LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default disabling a message box

Thanks for your help!
--
Regards,

timmulla


"Tom Ogilvy" wrote:

Private Sub Workbook_Open()

Application.ScreenUpdating = False

ChDir "H:\QuickBooks\Finance\MIP\MONTHLY GL UPLOAD FILES"
Workbooks.Open Filename:= _
"H:\QuickBooks\Finance\MIP\MONTHLY GL UPLOAD FILES\Consolidated
Programs import MONTHLY GL UPLOAD.xls"
Application.Run "'Consolidated Programs import MONTHLY GL
UPLOAD.xls'!Macro2"

Application.DisplayAlerts = False



ActiveWorkbook.SaveAs Filename:= _
"H:\QuickBooks\Finance\MIP\MONTHLY GL UPLOAD FILES\Consolidated
Programs import MONTHLY GL UPLOAD.txt" _
, FileFormat:=xlText, CreateBackup:=False

ActiveWindow.Close SaveChanges:=True
Application.DisplayAlerts = True

Application.ScreenUpdating = False



UserForm1.Show False


With UserForm1.cmbprgimpt
.AddItem "54000"
.AddItem "54001"
.AddItem "54002"
.AddItem "54010"
.AddItem "54020"
.AddItem "54040"
.AddItem "Consolidated Programs import"

End With



End Sub

--
Regards,
Tom Ogilvy


"timmulla" wrote in message
...
Thanks all for your help!

Here's a copy of my code: The code is opening another file and running a
macro and then saving it as a text file.


Private Sub Workbook_Open()

Application.ScreenUpdating = False

ChDir "H:\QuickBooks\Finance\MIP\MONTHLY GL UPLOAD FILES"
Workbooks.Open Filename:= _
"H:\QuickBooks\Finance\MIP\MONTHLY GL UPLOAD FILES\Consolidated
Programs import MONTHLY GL UPLOAD.xls"
Application.Run "'Consolidated Programs import MONTHLY GL
UPLOAD.xls'!Macro2"
ActiveWorkbook.SaveAs Filename:= _
"H:\QuickBooks\Finance\MIP\MONTHLY GL UPLOAD FILES\Consolidated
Programs import MONTHLY GL UPLOAD.txt" _
, FileFormat:=xlText, CreateBackup:=False

Application.DisplayAlerts = False
ActiveWorkbook.Save
ActiveWindow.Close
Application.DisplayAlerts = True

Application.ScreenUpdating = False



UserForm1.Show False


With UserForm1.cmbprgimpt
.AddItem "54000"
.AddItem "54001"
.AddItem "54002"
.AddItem "54010"
.AddItem "54020"
.AddItem "54040"
.AddItem "Consolidated Programs import"

End With



End Sub

Any help would be appreciated.

--
Regards,

timmulla


"bhofsetz" wrote:


Tim,
Application.DisplayAlerts should take care of getting rid of both
of your unwanted message boxes. If you post your code and indicate
where the two message boxes are popping up then we may be able to
decipher the problem.


--
bhofsetz
------------------------------------------------------------------------
bhofsetz's Profile:

http://www.excelforum.com/member.php...o&userid=18807
View this thread:

http://www.excelforum.com/showthread...hreadid=389381





 
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
Disabling updatelinks Dave Excel Discussion (Misc queries) 0 April 27th 06 12:05 PM
Displaying a message in a message box without requiring user to click anything to proceed Android[_2_] Excel Programming 2 June 25th 04 06:44 PM
Disabling Alt+F11 richard_b2004 Excel Programming 3 May 17th 04 06:32 PM
Question about disabling message boxes if possible TBA[_2_] Excel Programming 1 January 18th 04 12:52 AM
Disabling the Update links message L Buchy Excel Programming 2 July 23rd 03 06:38 PM


All times are GMT +1. The time now is 10:06 AM.

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"