Code:
Sub EenSiteJaarOverzicht()
OuTravailler3
With Worksheets(" Jaaroverzicht per site")
Tb = Sheets("DATA").Range("AfkortSites")
i = Range("B3").Value
keuzeSite3
SaveAsPdf (Tb(i, 1))
End With
End Sub
when i want to make the code to run ,and i use a button ,then i is not getting a value
i go to the code and try again with F5 , what do you think NO PROBLEM
I dont know what to do Anymore