L
lud1
Hi All,
I have read some posts but still the problem exists.
I create form with macros what transfer data from the form to the tabl
in second sheet. The file is saved with tha same name, saves as .xl
always with new name and as .txt with the same name. I would like t
create a macro what enable my macro (transfering data and saving a
above), when someone clicks on save or close button.
I have already tried to use
Sub Workbook_BeforeClose ()
Application.run "A.xls!X"
End Sub
and similarly
for BeforeSave and it does't work. I don't know why ?
Moreover in one of the posts I have found that usin
Workbook_BeforeClose it worked as Cancel As Boolean. What does it mea
in simply words ?
Thnaks in advance for your simple suggestions.
lud
I have read some posts but still the problem exists.
I create form with macros what transfer data from the form to the tabl
in second sheet. The file is saved with tha same name, saves as .xl
always with new name and as .txt with the same name. I would like t
create a macro what enable my macro (transfering data and saving a
above), when someone clicks on save or close button.
I have already tried to use
Sub Workbook_BeforeClose ()
Application.run "A.xls!X"
End Sub
and similarly
for BeforeSave and it does't work. I don't know why ?
Moreover in one of the posts I have found that usin
Workbook_BeforeClose it worked as Cancel As Boolean. What does it mea
in simply words ?
Thnaks in advance for your simple suggestions.
lud