Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I get an error whe trying to set a range on the thisworkbook.range
dim lcolumn as string lcolumn = ThisWorkbook.Worksheets(2).Range("IV1").End(xlToLe ft).Offset(0, 1).Column Set myrange = Range(ThisWorkbook.Worksheets(2).Cells(1, 24), ThisWorkbook.Worksheets(2).Cells(1, lcolumn)) TIA CZ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with ThisWorkbook.RefreshAll | Excel Discussion (Misc queries) | |||
Help with ThisWorkbook | Excel Programming | |||
Help with ThisWorkbook | Excel Programming | |||
Help with ThisWorkbook | Excel Programming | |||
Empty ThisWorkbook module, but Macro warning problem | Excel Programming |