Thread: open work book
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Elizabeth Elizabeth is offline
external usenet poster
 
Posts: 71
Default open work book

Nowfal:

'it must be named Workbook_Open; it must be housed in the ThisWorkbook module
Sub Workbook_Open()
Workbooks.Open ("C:\xxx\xxx\MicrPrint.xls")
End Sub

Elizabeth

"nowfal" wrote:


Hi,
I would like to know,how to open a workbook (micr
print.xls)automatically when i open a particular work book (micr.xls).
any code?
thanks
nowfal


--
nowfal
------------------------------------------------------------------------
nowfal's Profile: http://www.excelforum.com/member.php...o&userid=10003
View this thread: http://www.excelforum.com/showthread...hreadid=396241