Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
Well it seems I took the long-winded scenic route on this one. I managed a workaround for it, so instead of this: If copyLine = True Then Rows(i & ":" & i).Select Selection.Cut I changed it to this: If copyLine = True Then Range(Cells(i, 1),Cells(i, 256)).Select Selection.Cut And it work well.. Cheers Mick. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Forcing a certain date format in an Excel column | Excel Programming | |||
Changed column width keeps reverting back to original size | Excel Discussion (Misc queries) | |||
Formula bar height in XL2K3 w/XP | Excel Discussion (Misc queries) | |||
Can we write VBA code to set all column/row's size back to default size? | Excel Programming | |||
Can we write VBA code to set all column/row's size back to default size? | Excel Programming |