Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Open Locked Columns to view code?

Try this against a copy of the workbook--just so you don't break it!

ctrl-A (twice in xl2003)
format|column|unhide
(in case they were hidden)

====
If the columns weren't hidden (you just couldn't scroll past a column/row)

hit alt-f11 to get to the VBE
hit ctrl-r to view the project explorer
Locate your workbook/project
select it
hit the asterisk on the number keypad to expand all the branches.
look for Sheet#(yourworksheetname)
under Microsoft excel objects.

You want to select the correct worksheet.

Hit f4 to see that worksheet's properties.
Scroll down until you see the ScrollArea property
erase any entry in that property.

Then back to excel to test it.


kharpe wrote:

Hi-

I have the task of backing into the code of another programmers user
form. I am pretty new to VBA so I'm stuck on one thing right now. In
the user form, I can see most of the formulas as they are called out
there rather than with VBA. However, they reference cells in columns
that are not visible. I can't scroll or view anything past column k. I
am not sure how this is done in vba or what setting it is, but I have
to get into this formula to edit it somehow. How would I do this?

Thanks!

--
kharpe
------------------------------------------------------------------------
kharpe's Profile: http://www.excelforum.com/member.php...o&userid=15754
View this thread: http://www.excelforum.com/showthread...hreadid=272667


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
View Locked Cells? Nick Jenkins Excel Worksheet Functions 3 September 3rd 08 10:37 PM
View which cells are locked? sammy Excel Discussion (Misc queries) 1 August 29th 08 07:26 PM
Locked view Pasty Excel Discussion (Misc queries) 5 January 5th 07 02:30 PM
Open A Locked Workbook cal_yeo Excel Worksheet Functions 5 July 4th 05 03:33 PM
how can I open a locked document? Mojtaba Excel Programming 1 September 8th 04 07:42 AM


All times are GMT +1. The time now is 10:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"