Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could someone point me in the right direction for how to resize a
worksheet. I have a macro that deletes a lot of rows. After is finishes, I want to hit "ctrl+A" but it grabs the original number of uses cells. Make Sense? I know ASAP utilities already has something like this but I want to work this function into the middle of a macro. Thanks in advance, Shelton |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
CTRL + a will select the entire worksheet regardless of used range.
To reset the usedrange via code see Debra Dalgleish's site. http://www.contextures.on.ca/xlfaqApp.html#Unused Gord Dibben MS Excel MVP On Tue, 20 Nov 2007 19:06:13 -0800 (PST), shelfish wrote: Could someone point me in the right direction for how to resize a worksheet. I have a macro that deletes a lot of rows. After is finishes, I want to hit "ctrl+A" but it grabs the original number of uses cells. Make Sense? I know ASAP utilities already has something like this but I want to work this function into the middle of a macro. Thanks in advance, Shelton |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the link, I appreciate it. But for the record, I just tried
it again on a fresh workbook and ctrl+a only selected the used range. I'm using 2k3. It must be something in the settings. Anyway, thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I resize a worksheet that's stuck on 65,000 rows? | Excel Worksheet Functions | |||
resize worksheet | Excel Discussion (Misc queries) | |||
resize worksheet | Excel Worksheet Functions | |||
Need to resize a worksheet window | Excel Discussion (Misc queries) | |||
resize worksheet | Excel Programming |