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: 93
Default Referencing Procedure in Personal.xls

I use sound files in VBA using a line like:
PlayWav ("C:\Sounds\bounce.way")
which requires access to a function and macro which follow:
---------------------------------------------------------------
Public Declare Function sndPlaySoundA Lib "winmm.dll" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
---------------------------------------------------------------
Public Sub PlayWav(WavFile As String)
'
sndPlaySoundA WavFile, 1
'
End Sub
----------------------------------------------------------------
Up to now I have put these in each file using wave files but I
should be able to have the function and macro in Personal.xls but
that isn't working for me because apparently the other workbooks
are not referencing Personal.xls. I thought that if Personal.xls
was open it was accessible to any other open workbook. What gives?
 
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
Stop a Procedure from another procedure Ayo Excel Discussion (Misc queries) 1 October 30th 08 01:42 AM
referencing a different tab by referencing a list in the current s Kevin Excel Worksheet Functions 3 July 6th 07 07:57 PM
Personal macro workbook and personal.xls John Kilkenny Excel Discussion (Misc queries) 1 June 14th 05 09:43 PM


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