Meghanakusuma
New Member
- Joined
- Apr 10, 2018
- Messages
- 11
Hi,
Is it possible to run a macro without "Application object"
for example:
Public Sub process()
Application.DisplayAlerts = False
Application.ScreenUpdating = False
'
'
'
' (program)
'
'
'
Application.ScreenUpdating = True
Application.DisplayAlerts = False
ens sub
in above example I give application variable. Is it possible to run the macro without application variable??
Is it possible to run a macro without "Application object"
for example:
Public Sub process()
Application.DisplayAlerts = False
Application.ScreenUpdating = False
'
'
'
' (program)
'
'
'
Application.ScreenUpdating = True
Application.DisplayAlerts = False
ens sub
in above example I give application variable. Is it possible to run the macro without application variable??