• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VBA (for excel) quick question

z0mb13

Lifer
ok lets say I have a range object called weight.

How do I go through each cell for that range??? I am thinking of something like weight.cell(1).value, weight. cell(2).value

but I dont know the right syntax..
 
Back
Top