Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try this simple change From Set rngSnapShot = rngSnapShot.Offset(1, 0) to if rngSnapShot.row <= 5000 then Set rngSnapShot = rngSnapShot.Offset(1, 0) else Set NewSht = sheets.add(after:=sheets(sheets.count)) Set rngSnapShot = Newsht.Range("A1") end if -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=165382 Microsoft Office Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
importing text file to excel | Excel Discussion (Misc queries) | |||
Importing text file, only option to edit existing file | Excel Discussion (Misc queries) | |||
Importing Text File into Excel | Excel Discussion (Misc queries) | |||
Modify text file before import to Excel | Excel Programming | |||
importing text file, removing data and outputting new text file | Excel Programming |