Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
We've been using Excel 2007 for a while and we have a small problem: one of our macro-based worksheet can't go beyond column BV (about 70 columns, I guess). That worksheet used to be in 97-2003 xls format and we re-saved it as a xlsm file. Is it a limitation that comes from the file format or is it a limitation we might have created inadvertently? Thank you for your help! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It should go beyond 16,000 columns, so you need to look at your macro
again - post it here if you can't discover where it is going wrong. Pete On Feb 5, 3:32*pm, Zahra wrote: Hi, We've been using Excel 2007 for a while and we have a small problem: one of our macro-based worksheet can't go beyond column BV (about 70 columns, I guess). *That worksheet used to be in 97-2003 xls format and we re-saved it as a xlsm file. *Is it a limitation that comes from the file format or is it a limitation we might have created inadvertently? Thank you for your help! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Pete and Roger,
I did take a longer look after I posted. The columns were hidden, so it was a matter of finding the right keyword to search in the VB code and amending the code. I'm no programmer (though I'm told I have the kind of mind to be one), but it was as simple as replacing "BV" by "DV" in the proper line. "Pete_UK" wrote: It should go beyond 16,000 columns, so you need to look at your macro again - post it here if you can't discover where it is going wrong. Pete On Feb 5, 3:32 pm, Zahra wrote: Hi, We've been using Excel 2007 for a while and we have a small problem: one of our macro-based worksheet can't go beyond column BV (about 70 columns, I guess). That worksheet used to be in 97-2003 xls format and we re-saved it as a xlsm file. Is it a limitation that comes from the file format or is it a limitation we might have created inadvertently? Thank you for your help! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well, I'm glad you got to the bottom of it - thanks for feeding back.
Pete On Feb 5, 4:22*pm, Zahra wrote: Thank you Pete and Roger, I did take a longer look after I posted. *The columns were hidden, so it was a matter of finding the right keyword to search in the VB code and amending the code. *I'm no programmer (though I'm told I have the kind of mind to be one), but it was as simple as replacing "BV" by "DV" in the proper line. "Pete_UK" wrote: It should go beyond 16,000 columns, so you need to look at your macro again - post it here if you can't discover where it is going wrong. Pete On Feb 5, 3:32 pm, Zahra wrote: Hi, We've been using Excel 2007 for a while and we have a small problem: one of our macro-based worksheet can't go beyond column BV (about 70 columns, I guess). *That worksheet used to be in 97-2003 xls format and we re-saved it as a xlsm file. *Is it a limitation that comes from the file format or is it a limitation we might have created inadvertently? Thank you for your help!- Hide quoted text - - Show quoted text - |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
After saving as a 2007 format file, you must close the file and re-open.
Then you will have access to the full range of columns and rows. However, since you say you can only access 70 columns, this is less than the 256 columns of XL97-2003 so there must be something inherent in your code that is artificially restricting you. Right click on the sheet tabView Code and look in the properties of the sheet to see if there is anything set in Scroll Area. If there is, delete it and you should then be able to scroll all the way across the screen. If that is the case, search the VBA Project for ScrollArea and find the offending piece of code and amend it, otherwise next time you open the file you will be restricted again. -- Regards Roger Govier "Zahra" wrote in message ... Hi, We've been using Excel 2007 for a while and we have a small problem: one of our macro-based worksheet can't go beyond column BV (about 70 columns, I guess). That worksheet used to be in 97-2003 xls format and we re-saved it as a xlsm file. Is it a limitation that comes from the file format or is it a limitation we might have created inadvertently? Thank you for your help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 tmp files filling up drive with XLSM files | Excel Worksheet Functions | |||
Excel 2007 .xlsm file. Macro Security options not available. | Excel Discussion (Misc queries) | |||
Excel 2007 xlsm and worksheet links not updatings | Excel Discussion (Misc queries) | |||
How can excel 2000 users open a 2007 .xlsm workbook | Excel Worksheet Functions | |||
Default a workbook to save as a xlsm (macro-enabled) in 2007 | Excel Discussion (Misc queries) |