tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi,
Is there a way to amend the below code so that instead of referring to the sheet name (AAI01) it picks it up from the current sheet, cell A1. So cell A1 contains "AAI01".
Thank you.
Is there a way to amend the below code so that instead of referring to the sheet name (AAI01) it picks it up from the current sheet, cell A1. So cell A1 contains "AAI01".
Thank you.
Code:
Private Sub CheckBox1_Click()
If CheckBox1 Then
Call SavePdf1("AAI01")
CheckBox1.Value = True
End If
End Sub