Consulting

Results 1 to 2 of 2

Thread: How to auto log-in into IP Address using vba

  1. #1
    VBAX Tutor
    Joined
    Sep 2007
    Posts
    265
    Location

    How to auto log-in into IP Address using vba

    Hi there,

    I need your help on how to use auto log-in into IP address 10.245.45.52 through/using VBA.

    The problem is when user open .xls file, they have to get into the IP address, otherwise the user cannot save the entry result into their share drive.

    Usually, user have to look for that IP address manually using START+RUN+IP address, then on prompt user and password, they also have to enter those two questions.
    However, if we can use this entry below:
    Private Sub WOrkbook_Open()
    Blah---blah---blah--- then user can log in automatically without searching the IP address manually.

    Appreciate your help on this case.
    Many Thanks in advance.
    Slamet

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Cross-posted at ExcelVBA.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •