Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all
i want to loop through the currentRegion and do a different thing for each col - this just gives me the same value in each one - i can see it does that but cannot see how to move along !! arrgggh!! For Each c In ActiveCell.CurrentRegion.Cells 'MsgBox c sOut = sOut & "<note" sOut = sOut & groupTitle & c & groupTitleEND sOut = sOut & mapping & c & mappingEND sOut = sOut & Description & c & DescriptionEND sOut = sOut & budgetCode & c & budgetCodeEND sOut = sOut & budgetCodePT & c & budgetCodePTEND sOut = sOut & budgetCodeLU & c & budgetCodeLUEND sOut = sOut & "</note" Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looping | Excel Discussion (Misc queries) | |||
Looping | Excel Programming | |||
Looping | Excel Programming | |||
Looping | Excel Programming | |||
Need Looping Help | Excel Programming |