VBA Exercise
VBA Exercise
Dim i As Integer
Dim a(10) As Variant
i = 3
j = 2
'Sheet3.Range("O6").Value = Sheet1.Range("B3").Value
'Sheet1.Range("B3").Copy
'Sheet3.Range("O6").PasteSpecial xlPasteValues
'a(1) = Sheet1.Range("B3").Value
'Sheet3.Range("O6").Value = a(1)
Save_Location = InputBox("Specify the Save location for the SIS sheets:" & vbCrLf &
"(Right click the folder where the files have to be saved and choose copy as path,
paste the location here)")
Do While Sheet1.Range("A" & i).Value <> ""