Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VBA Macro Issues after 2000 to 2003 upgrade

A few years ago I wrote templates for Microsoft Word and Excel containing vba
code. The macros are used to search through designated word files, suck out
particular bits of information, export that info to excel, and create
cross-reference tables in Excel with that info. We use these templates a lot
in my group.
A few weeks ago I got a new laptop with Windows XP (instead of 2000) and
Office 2003 (instead of 2000). I just tried using these macros for the first
time since the upgrade, and I'm running into a lot of problems:
1) The Word macro that exports data to Excel runs EXTREMELY slowly -- it
takes 5 minutes where it used to take 30 seconds. And that's if I save the
file locally; over the network, I give up before I see anything happening.
2) Workbooks made from the Excel template have code to create a menu with
buttons to run the macros. These menus never appear.
3) If I run the macros in Excel, I get an error at the following line,
probably because the menu isn't the
If CommandBars(sortReqToolBarName).Visible = True Then

Any advice is appreciated. I'm not even sure if this is the correct
forum, so advice on where to go for help is also appreciated. I will also
post in the Word programming forum.

Thanks very much,
Susan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default VBA Macro Issues after 2000 to 2003 upgrade

The differences between those 2 versions of Excel are minimal. From what you
have said, no reason to suspect the versioning is the cause, rather
something to do with the setup/installation.
#1 No way to tell without code, but could be a configuration issue.
#3 would be related to #2. Show the relevant code for #2.

NickHK

"Susan G." <Susan wrote in message
...
A few years ago I wrote templates for Microsoft Word and Excel containing

vba
code. The macros are used to search through designated word files, suck

out
particular bits of information, export that info to excel, and create
cross-reference tables in Excel with that info. We use these templates a

lot
in my group.
A few weeks ago I got a new laptop with Windows XP (instead of 2000) and
Office 2003 (instead of 2000). I just tried using these macros for the

first
time since the upgrade, and I'm running into a lot of problems:
1) The Word macro that exports data to Excel runs EXTREMELY slowly -- it
takes 5 minutes where it used to take 30 seconds. And that's if I save

the
file locally; over the network, I give up before I see anything happening.
2) Workbooks made from the Excel template have code to create a menu with
buttons to run the macros. These menus never appear.
3) If I run the macros in Excel, I get an error at the following line,
probably because the menu isn't the
If CommandBars(sortReqToolBarName).Visible = True Then

Any advice is appreciated. I'm not even sure if this is the correct
forum, so advice on where to go for help is also appreciated. I will also
post in the Word programming forum.

Thanks very much,
Susan



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VBA Macro Issues after 2000 to 2003 upgrade

Hi NickHK,
Thanks for the post:
#1 No way to tell without code, but could be a configuration issue.

What do you mean by "configuration issue"? You mean something that is set
during installation of the office suite? Or something I can change through
the app?
#3 would be related to #2. Show the relevant code for #2.

Ummm... 2 and 3 are working now -- I'm seeing the toolbar and the code
doesn't get stuck there. I don't know why it wasn't working yesterday and it
works today. I am seeing other problems, though -- for example, my
conditional formatting formula now looks to the row after instead of the
current row. I can go through and debug, although I don't know why the
behavior changed with the upgrade.

Thanks,
Susan


"NickHK" wrote:

The differences between those 2 versions of Excel are minimal. From what you
have said, no reason to suspect the versioning is the cause, rather
something to do with the setup/installation.
#1 No way to tell without code, but could be a configuration issue.
#3 would be related to #2. Show the relevant code for #2.

NickHK

"Susan G." <Susan wrote in message
...
A few years ago I wrote templates for Microsoft Word and Excel containing

vba
code. The macros are used to search through designated word files, suck

out
particular bits of information, export that info to excel, and create
cross-reference tables in Excel with that info. We use these templates a

lot
in my group.
A few weeks ago I got a new laptop with Windows XP (instead of 2000) and
Office 2003 (instead of 2000). I just tried using these macros for the

first
time since the upgrade, and I'm running into a lot of problems:
1) The Word macro that exports data to Excel runs EXTREMELY slowly -- it
takes 5 minutes where it used to take 30 seconds. And that's if I save

the
file locally; over the network, I give up before I see anything happening.
2) Workbooks made from the Excel template have code to create a menu with
buttons to run the macros. These menus never appear.
3) If I run the macros in Excel, I get an error at the following line,
probably because the menu isn't the
If CommandBars(sortReqToolBarName).Visible = True Then

Any advice is appreciated. I'm not even sure if this is the correct
forum, so advice on where to go for help is also appreciated. I will also
post in the Word programming forum.

Thanks very much,
Susan




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
Workbook.SaveAs crashing after Upgrade to Office 2003 from 2000 Guy Dobson Excel Programming 0 June 1st 07 04:04 PM
Have to upgrade from office 2000 to 2003, need some help. havocdragon Excel Discussion (Misc queries) 3 October 19th 06 03:59 AM
Display issues with upgrade 2000 to XP cclambie Excel Programming 1 December 22nd 05 03:28 AM
Send to from excel 2003 after upgrade from Office 2000 Anthony Excel Discussion (Misc queries) 2 December 1st 05 08:59 PM
Pivot Table Data Refresh error after upgrade from 2000 to 2003 [email protected] Excel Programming 0 January 4th 05 09:40 PM


All times are GMT +1. The time now is 11:21 PM.

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

About Us

"It's about Microsoft Excel"