Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Macros always available in Personal.xls?

I've read in numerous posts about saving macros in personal.xls but it
appears personal.xls must be open before other workbooks can 'see' the
macros? Is this true? If not why can't I see the macros? TIA
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Macros always available in Personal.xls?

False alarm, my bad

"scouser" wrote:

I've read in numerous posts about saving macros in personal.xls but it
appears personal.xls must be open before other workbooks can 'see' the
macros? Is this true? If not why can't I see the macros? TIA

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Macros always available in Personal.xls?

You may have to make sure the macros are public. When you go to Tools
Macros Macros (or hit ALT+F8), only public macros (ones not starting with
Private or have a top line that reads Option Private Module) will display.
--
I am running on Excel 2003, unless otherwise stated.


"scouser" wrote:

I've read in numerous posts about saving macros in personal.xls but it
appears personal.xls must be open before other workbooks can 'see' the
macros? Is this true? If not why can't I see the macros? TIA

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Macros always available in Personal.xls?

If you call the macros in personal.xls by using alt-f8 (tools|macro|macros),
then the personal.xls has to be open.

Most people store their personal.xls in their XLStart folder so that it opens
each time excel is started. And most people make sure that personal.xls is
hidden so it doesn't get in the way.

scouser wrote:

I've read in numerous posts about saving macros in personal.xls but it
appears personal.xls must be open before other workbooks can 'see' the
macros? Is this true? If not why can't I see the macros? TIA


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Macros always available in Personal.xls?

Personal.xls open as a hidden workbook and theres's no need to open it as
visible. call macros in it like this. Works from any workbook

Application.Run "Personal.xls!mysub"

Mike

"scouser" wrote:

I've read in numerous posts about saving macros in personal.xls but it
appears personal.xls must be open before other workbooks can 'see' the
macros? Is this true? If not why can't I see the macros? TIA



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Macros always available in Personal.xls?

When would PERSONAL be visible? The only way I know to create a PERSONAL.xls
is by recording a macro in it.
--
I am running on Excel 2003, unless otherwise stated.


"Dave Peterson" wrote:

If you call the macros in personal.xls by using alt-f8 (tools|macro|macros),
then the personal.xls has to be open.

Most people store their personal.xls in their XLStart folder so that it opens
each time excel is started. And most people make sure that personal.xls is
hidden so it doesn't get in the way.

scouser wrote:

I've read in numerous posts about saving macros in personal.xls but it
appears personal.xls must be open before other workbooks can 'see' the
macros? Is this true? If not why can't I see the macros? TIA


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Macros always available in Personal.xls?

In xl2003 menus, you can show those hidden windows via:

Window|Unhide

If you save personal.xls with the window showing, then it'll be visible the next
time you open it.



Orion Cochrane wrote:

When would PERSONAL be visible? The only way I know to create a PERSONAL.xls
is by recording a macro in it.
--
I am running on Excel 2003, unless otherwise stated.

"Dave Peterson" wrote:

If you call the macros in personal.xls by using alt-f8 (tools|macro|macros),
then the personal.xls has to be open.

Most people store their personal.xls in their XLStart folder so that it opens
each time excel is started. And most people make sure that personal.xls is
hidden so it doesn't get in the way.

scouser wrote:

I've read in numerous posts about saving macros in personal.xls but it
appears personal.xls must be open before other workbooks can 'see' the
macros? Is this true? If not why can't I see the macros? TIA


--

Dave Peterson


--

Dave Peterson
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Macros always available in Personal.xls?


One reason macros may not be available is if you open new sheets in
seperate instances of excel.
  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Macros always available in Personal.xls?

But if you open personal.xls in readonly mode, the macros should be available to
run.

If you make changes to the personal.xls that's opened in readonly mode, it can
become a mess, though.

Mike wrote:

One reason macros may not be available is if you open new sheets in
seperate instances of excel.


--

Dave Peterson
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 and Macros mikebres Excel Programming 6 October 27th 08 07:23 PM
Macros in Personal.xls that would create two toolbars and buttonswith assigned macros Brian Day Excel Programming 1 March 29th 07 11:20 PM
Personal.xls Macros? Chris Excel Programming 3 June 11th 04 02:17 PM
Personal.xls Macros Mark Excel Programming 3 December 7th 03 11:03 PM
Export Personal Macros Lippy Excel Programming 1 November 10th 03 08:14 PM


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