Guest User

Untitled

a guest
Jan 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Dim str As String: str = ThisWorkbook.Sheets("Feuil1").Range("A1").Value
  2. Dim myURL as String
  3. ' The & symbol concatenates strings. The _ symbol is for line continuation.
  4. myURL =
  5. "http://Confidential.eu.airbus.Confidential:Confidential/Confidential/" _
  6. & "consultation/preViewMP.do?" & str
Add Comment
Please, Sign In to add comment