Last Visible cell selector

FinPerf

New Member
Joined
Jul 14, 2014
Messages
1
Hi,

In Excel 2007. we have created a large number of spreadsheets from a macro, that has saved the files down with a last visible cell at cell IS1048576...yet the actual last visible cell is BB458. This makes the spreadsheets unwieldy, and indeed we now often get the message that Excel cant complete the task with available resources. I have tried all the tips to make more resource available...but they have not helped.
Is there an easy (VBA) way to force the position of the last visible cell??

Thanks
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
error shows when your files are corrupted try to fix a "dot" at a particular cell

e.g.

Range("r452').select
activecell.formular1c1 = "."

after opening sheet press ctrl+end button you are at and of data or hide particular array
 
Upvote 0

Forum statistics

Threads
1,214,927
Messages
6,122,311
Members
449,080
Latest member
jmsotelo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top