LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Porting from Excel 2003 to Excel 2010

I have some context information below, which is untopical. Please bear
with me.
I've just bought a Lenovo X230 laptop to replace my X61S .
I have Windows 7 Enterprise Service Pack 1 32-bit.
[I googled to find how to get this information; a link required
Silverlight to be installed to give me the information that I needed to
do Start/Computer/Properties. I actually needed Start/Computer/System
Properties.]
That is REALLY good for me. I have some personally important software -
mail and news handler - which does not work on 64-bit.
While I do not have W7 Media, I can add and remove Windows features - I
tried with Telnet Client.
I have Microsoft Office Professional 2010. Again, lack of media does not
seem to be a problem.

Now I get to my difficulties. In 2003, I run with low security and
happily put VBA macros in .xls files. 2010 seems willing to read such
files, but, by default, creates .xlsx files, which I can't persuade
Excel to hold macros. I have many .xls files in which I write an
auto_open macro:
Option Explicit

Public Sub auto_open()
Application.Run "PERSONAL.XLS!CheckDateConsistency"
End Sub
"PERSONAL!CheckDateConsistency" fails, 2003 does not type default.
2010 prefers to have macros in .xlsm files.
I can probably cope with the default file type being .xlsm, but the
default file type is .xlsx.

If I copy my PERSONAL.XLS to
C:\Users\Lenovo\AppData\Roaming\Microsoft\Excel\XL START
[...AppData... as a hidden directory was an issue til I changed with
ATTRIB -H]

when I run any macro in PERSONAL.XLS, loading fails, I get "Compile
error: Can't find project or library", focus is (spuriously) put on a
call of the function Left and I am shown a list of libraries including
MISSING: Microsoft Office Runtime 1.0 Type Library
and
MISSING: Microsoft Office Control 1.0 Type Library.

Unchecking both allows PERSONAL.XLS to compile without error.

I have files copied and openable. 2010 uses 7 lines above the column
titles; 2003 uses 6. A small difference, but my new 12.5" screen is
16:9, my old one is 4:3. Ctrl+F1 toggles hiding and showing the ribbon.

I would appreciate pointers to some good porting documentation.
I want to move to 2010 with minimal pain and change. ;)
(I also make some use of Word. I trust Excel lessons will easily port.)
--
Walter Briscoe
 
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 2010 to auto-generate an email to recipients in outlook 2010 dmcmillo Excel Programming 0 June 14th 12 10:12 PM
Converting macros from Excel 2003 to Excel 2010 - Client Access dialog Revenue Excel Programming 3 February 13th 12 05:19 PM
How do I update calenders on Office 2003 to 2010 in Excel z1uncle Excel Discussion (Misc queries) 1 May 28th 10 01:06 AM
Excel 2003 to Excel 2010 DET Excel Discussion (Misc queries) 9 May 23rd 09 03:37 PM
Porting Excel 2003 Glenn_707[_2_] Setting up and Configuration of Excel 0 February 19th 09 09:16 AM


All times are GMT +1. The time now is 10:21 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"