Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default 2007: xlsm format holds how many columns?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default 2007: xlsm format holds how many columns?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default 2007: xlsm format holds how many columns?

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!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default 2007: xlsm format holds how many columns?

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!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default 2007: xlsm format holds how many columns?

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 -


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
Excel 2007 tmp files filling up drive with XLSM files Jim Excel Worksheet Functions 0 September 12th 08 03:31 PM
Excel 2007 .xlsm file. Macro Security options not available. JP Excel Discussion (Misc queries) 1 July 17th 08 04:04 PM
Excel 2007 xlsm and worksheet links not updatings MochaTrpl Excel Discussion (Misc queries) 0 October 9th 07 06:52 PM
How can excel 2000 users open a 2007 .xlsm workbook Russ Excel Worksheet Functions 1 July 5th 07 08:53 PM
Default a workbook to save as a xlsm (macro-enabled) in 2007 Razzer204 Excel Discussion (Misc queries) 3 March 21st 07 06:10 PM


All times are GMT +1. The time now is 04:19 AM.

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"