Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Gwynne
  • Content: Threads
  • Order by date
  1. Gwynne

    Configure Buttons for macros

    I am working in Word XP and I am creating a toolbar for a group of users. After I create a macro, I want to be able to install a button by which to use the macro. I get a bunch of icons that I can choose from, but I would like to pick ones that are not shown on the list. Does anyone know how...
  2. Gwynne

    Need code for printing duplex

    Does anyone have any VBA code for printing a document in duplex mode. I've tried to create a macro and set it to a button (That didn't work) and I've tried putting the macro code inside my other code (That didn't work either.) Please, please tell me it can be done. TIA Gwynne
  3. Gwynne

    VBA - How do I set an object variable?

    Hello All, I am a nu-B and don’t know much about programming. I have been tasked with converting WP 5.1 macros to Word XP and boy, do I need help! I have created a template, and am using InputBoxes to gather information to be plugged into the document. At one point the user will have to...
  4. Gwynne

    InputBox used in a form template

    In a Word macro, I open a document, and an InputBox requests a name. I want this name to then be placed into that document. In Word 6, this was accomplished in the following manner: Name$ = InputBox$ ("Enter your name.", "Name") Insert (Name$) VBA does not have a...
  5. Gwynne

    How can I alter a field from memo to character?

    I have a table (transactions) that has a memo field (trans) in it. I need to modify the memo field and make it a character field. I have tried ALTER TABLE and ALTER COLUMN, but the only thing VFP does is delete my field. Thanks for any help.
  6. Gwynne

    All shortcuts run the same program

    I have a user that no matter what shortcut on her desktop or application executed from Start/Programs, the same program opens. According to Microsoft, the registry settings appear to be OK.  Any suggestions?
  7. Gwynne

    Any shortcut opens the same program

    I have a user that no matter what shortcut she opens from her desktop or from Start/Programs, it opens the same program.  I have looked at the registry and according to Microsoft, all settings are correct. It appears to be in the *.lnk files, but even creating a new short cut doesn't...
  8. Gwynne

    Net Ware Scheduler

    I'm using NW 4.1 with Service Pack 6. I can not get the Scheduler to open. It's in my sys tray, but nothing happens when I click on it. Does anyone have any suggestions? There are several batch files that I have to run in the evening. Thanks.
  9. Gwynne

    Profiled computers using Windows 95

    Can anyone give me any tips on how to profile computers in Windows 95. I have a group of users who spend more time changing their colors and display resolution than doing any work. I would like to profile those computers so that they do not have the option to access applications other than...

Part and Inventory Search

Back
Top