+ Reply to Thread
Results 1 to 5 of 5

You guys are on the ball in here ...

  1. #1
    Spike9458
    Guest

    You guys are on the ball in here ...

    Hi All,

    I don't know where to post this, and I've gotten lots of help here before.

    What I need is to be able to setup a macro that will launch from the
    desktop when the icon is double-clicked. The purpose is to allow many users
    to access the spot in the printer setup to input their personal code. The
    new printer/copier we have is complex, and it's not an easy thing to get to
    that setup point.

    I would be very happy if someone could point me to a help website or give
    me some basics that I can do right here on my Windows XP sp2 machine.

    Thanks so much,

    --Jim



  2. #2
    Bob Phillips
    Guest

    Re: You guys are on the ball in here ...

    It can probably be done with a VBScript using Sendkeys.

    What are the keystrokes that you use to set it up?

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "Spike9458" <bmcsretired@hotmail.com> wrote in message
    news:GbidnQOgNI6S02_enZ2dnUVZ_vudnZ2d@adelphia.com...
    > Hi All,
    >
    > I don't know where to post this, and I've gotten lots of help here

    before.
    >
    > What I need is to be able to setup a macro that will launch from the
    > desktop when the icon is double-clicked. The purpose is to allow many

    users
    > to access the spot in the printer setup to input their personal code. The
    > new printer/copier we have is complex, and it's not an easy thing to get

    to
    > that setup point.
    >
    > I would be very happy if someone could point me to a help website or

    give
    > me some basics that I can do right here on my Windows XP sp2 machine.
    >
    > Thanks so much,
    >
    > --Jim
    >
    >




  3. #3
    Spike9458
    Guest

    Re: You guys are on the ball in here ...

    Well, I'm not at that console right now ... but basically it's to go to the
    start button, click on printers and faxes, click on the desired printer, go
    to it's properties, click on the advanced tab, and then click on the
    properties button, and insert the user code.

    Sounds like I should read up on VBScript and Sendkeys.

    What do you think?

    Thanks,

    --Jim

    "Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message
    news:Obw92DbMGHA.2992@tk2msftngp13.phx.gbl...
    : It can probably be done with a VBScript using Sendkeys.
    :
    : What are the keystrokes that you use to set it up?
    :
    : --
    :
    : HTH
    :
    : Bob Phillips
    :
    : (remove nothere from the email address if mailing direct)
    :
    : "Spike9458" <bmcsretired@hotmail.com> wrote in message
    : news:GbidnQOgNI6S02_enZ2dnUVZ_vudnZ2d@adelphia.com...
    : > Hi All,
    : >
    : > I don't know where to post this, and I've gotten lots of help here
    : before.
    : >
    : > What I need is to be able to setup a macro that will launch from the
    : > desktop when the icon is double-clicked. The purpose is to allow many
    : users
    : > to access the spot in the printer setup to input their personal code.
    The
    : > new printer/copier we have is complex, and it's not an easy thing to get
    : to
    : > that setup point.
    : >
    : > I would be very happy if someone could point me to a help website or
    : give
    : > me some basics that I can do right here on my Windows XP sp2 machine.
    : >
    : > Thanks so much,
    : >
    : > --Jim
    : >
    : >
    :
    :



  4. #4
    Bob Phillips
    Guest

    Re: You guys are on the ball in here ...

    if you tell us the keystrokes, we can help.

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "Spike9458" <bmcsretired@hotmail.com> wrote in message
    news:pJWdnQpPx6Zjwm_eRVn-iA@adelphia.com...
    > Well, I'm not at that console right now ... but basically it's to go to

    the
    > start button, click on printers and faxes, click on the desired printer,

    go
    > to it's properties, click on the advanced tab, and then click on the
    > properties button, and insert the user code.
    >
    > Sounds like I should read up on VBScript and Sendkeys.
    >
    > What do you think?
    >
    > Thanks,
    >
    > --Jim
    >
    > "Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message
    > news:Obw92DbMGHA.2992@tk2msftngp13.phx.gbl...
    > : It can probably be done with a VBScript using Sendkeys.
    > :
    > : What are the keystrokes that you use to set it up?
    > :
    > : --
    > :
    > : HTH
    > :
    > : Bob Phillips
    > :
    > : (remove nothere from the email address if mailing direct)
    > :
    > : "Spike9458" <bmcsretired@hotmail.com> wrote in message
    > : news:GbidnQOgNI6S02_enZ2dnUVZ_vudnZ2d@adelphia.com...
    > : > Hi All,
    > : >
    > : > I don't know where to post this, and I've gotten lots of help here
    > : before.
    > : >
    > : > What I need is to be able to setup a macro that will launch from the
    > : > desktop when the icon is double-clicked. The purpose is to allow many
    > : users
    > : > to access the spot in the printer setup to input their personal code.
    > The
    > : > new printer/copier we have is complex, and it's not an easy thing to

    get
    > : to
    > : > that setup point.
    > : >
    > : > I would be very happy if someone could point me to a help website or
    > : give
    > : > me some basics that I can do right here on my Windows XP sp2 machine.
    > : >
    > : > Thanks so much,
    > : >
    > : > --Jim
    > : >
    > : >
    > :
    > :
    >
    >




  5. #5
    Spike9458
    Guest

    Re: You guys are on the ball in here ...

    Well I am not sure how you want them, but here is what I need to do;

    Click on the start button
    click on 'printers and faxes'
    click on the desired printer - perhaps this could be a user input
    double-click or something
    then it would select the 'advanced' tab, and stop here.

    The user would then click the user button, input their code, and click ok.

    Make sense?

    Thanks, --Jim


    "Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message
    news:eLju6zbMGHA.1088@tk2msftngp13.phx.gbl...
    : if you tell us the keystrokes, we can help.
    :
    : --
    :
    : HTH
    :
    : Bob Phillips
    :
    : (remove nothere from the email address if mailing direct)
    :
    : "Spike9458" <bmcsretired@hotmail.com> wrote in message
    : news:pJWdnQpPx6Zjwm_eRVn-iA@adelphia.com...
    : > Well, I'm not at that console right now ... but basically it's to go to
    : the
    : > start button, click on printers and faxes, click on the desired printer,
    : go
    : > to it's properties, click on the advanced tab, and then click on the
    : > properties button, and insert the user code.
    : >
    : > Sounds like I should read up on VBScript and Sendkeys.
    : >
    : > What do you think?
    : >
    : > Thanks,
    : >
    : > --Jim
    : >
    : > "Bob Phillips" <bob.phillips@notheretiscali.co.uk> wrote in message
    : > news:Obw92DbMGHA.2992@tk2msftngp13.phx.gbl...
    : > : It can probably be done with a VBScript using Sendkeys.
    : > :
    : > : What are the keystrokes that you use to set it up?
    : > :
    : > : --
    : > :
    : > : HTH
    : > :
    : > : Bob Phillips
    : > :
    : > : (remove nothere from the email address if mailing direct)
    : > :
    : > : "Spike9458" <bmcsretired@hotmail.com> wrote in message
    : > : news:GbidnQOgNI6S02_enZ2dnUVZ_vudnZ2d@adelphia.com...
    : > : > Hi All,
    : > : >
    : > : > I don't know where to post this, and I've gotten lots of help here
    : > : before.
    : > : >
    : > : > What I need is to be able to setup a macro that will launch from
    the
    : > : > desktop when the icon is double-clicked. The purpose is to allow
    many
    : > : users
    : > : > to access the spot in the printer setup to input their personal
    code.
    : > The
    : > : > new printer/copier we have is complex, and it's not an easy thing to
    : get
    : > : to
    : > : > that setup point.
    : > : >
    : > : > I would be very happy if someone could point me to a help website
    or
    : > : give
    : > : > me some basics that I can do right here on my Windows XP sp2
    machine.
    : > : >
    : > : > Thanks so much,
    : > : >
    : > : > --Jim
    : > : >
    : > : >
    : > :
    : > :
    : >
    : >
    :
    :



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1