Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Personal.xls

Hells guys/gals,
I have created different macros for different reports. i came across personal.xls
how to copy different macros in personal.xls file and after copying it to personal.xls how to use it in the new worksheet
Also, is personal.xls available in all windows edition
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Personal.xls

From another project, you need to qualify the macro with its workbook name,
like so

Application.Run "'Personal.xls'!Test"

If the macro has arguments, you use

Application.Run "'Personal.xls'!Test", "Goodbye"

Personal.xls is available in all Excel versions, but you don't have to call
it Personal.xls. You could create a workbook called Macro.xls if you wanted
and put your macros there, as long as it is in the XLStart directory. I am
not advocating that, just explaining what you can do.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"R. SRIKANTH" wrote in message
...
Hells guys/gals,
I have created different macros for different reports. i came across

personal.xls
how to copy different macros in personal.xls file and after copying it to

personal.xls how to use it in the new worksheet.
Also, is personal.xls available in all windows edition



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
personal.xls curious1 Excel Discussion (Misc queries) 2 November 3rd 06 12:40 PM
Personal.xls Connie Martin Excel Discussion (Misc queries) 4 April 11th 06 05:12 PM
Personal macro workbook and personal.xls John Kilkenny Excel Discussion (Misc queries) 1 June 14th 05 09:43 PM
personal.htm & personal.xls in Macro Rasoul Khoshravan Azar Excel Programming 0 January 21st 04 05:27 PM


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