Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Dim Out As String
- archivo = "C:\index.html"
- Open archivo For Input As #1
- Out= String (EOF(#1), 0)
- Get #1, , Out
- Close #1
- Debug.Print Out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement