Dear All
I am new to VBA. I have the below code which is a printing loop to a specific number specified in Cell A2.
Sub PrintLeveCal()'
' PrintLeveCal Macro
'
'
Emp = 1
Do While Emp <= Sheets("Invoice").Range("A2").Value
Sheets("Invoice").Select
Range("A1").Value = Emp...