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 SkipVought 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: *

  1. simdan42

    Option Button Grouping help in Word

    I have a questionare that has 26 questions with each question having 5 Option buttons that allows a user to answer the question. I understand how to group the option buttons using GroupName property but I want to run code when they close the document that determeines how they answered each...
  2. simdan42

    Delegate cannot open item after a search

    I have a user who when searching her boss's inbox (to which she has editor delegate rights) the emails are displayed in the results screen but if she tries to open one she gets "Cannot open Item" She however is able to open the same message if she navigate to the boss's inbox tries to open it.
  3. simdan42

    Script to list all installed programs on a pc.

    Just in case you are wondering, here is what I did. ------------------------------------------------------------ Dim strUserName, strCompName, strLocation SET WSHShell = CreateObject("WScript.Shell") strUserName = WSHShell.ExpandEnvironmentStrings("%USERNAME%") strCompName =...
  4. simdan42

    Script to list all installed programs on a pc.

    I need something that I can run in the login script that will save the list of programs on a network drive.
  5. simdan42

    Script to list all installed programs on a pc.

    I need to write a script that will list all of the programs installed on a pc. Any idea where this info is stored?
  6. simdan42

    Want to setup a desktop wallpaper that displays the server name and IP

    That is cool, but I would rather do this some other way than to but untested software from a source I not nothing about on all my servers. Any other Ideas along those lines??
  7. simdan42

    Want to setup a desktop wallpaper that displays the server name and IP

    I would like to setup a desktop wallpaper that displays the server name , IP address of the server. I want this desktop wallpaper to be the backgraund for all users and remote desktop connections. Any Ideas?
  8. simdan42

    Font Size changing in the middle of a sent item

    Sometimes when I send a message it looks fine, but when I check my sent item the font changes sizes in the middle of the message. Any Ideas?
  9. simdan42

    Text size changing when email is sent

    We are using Outlook and when an email is sent the font size and type are changing in random parts of the message. Any ideas what may cause this? It looks fine on my screen but the recepient will see that the font changes in the middle of the message. In my sent items I can see the same font...
  10. simdan42

    Determining Exchnage database size

    Thanks I found it!
  11. simdan42

    Determining Exchnage database size

    I think so. We are a small company with about 60 users and the file is just under 5 MB does that sound right? Seems small.
  12. simdan42

    Determining Exchnage database size

    How do I determine what our current Exchange database size is?
  13. simdan42

    AutoSave Script for Excel

    One more thing. Is there a way to add a button to the toolbar to enable and disable the add-in. I would like it to auto save most of my files but if I am using excel to do some scratch calculations I do not want it to save.
  14. simdan42

    AutoSave Script for Excel

    Seems to work! Thanks!
  15. simdan42

    AutoSave Script for Excel

    So you do not believe thtere is a way to write a script that runs in the backgrown to see the system time and if is has been a certain about of time run a save command?
  16. simdan42

    AutoSave Script for Excel

    What is the best way to get excel to auto save a file every 5 minutes?
  17. simdan42

    Cognos and Impromptu Query Help

    I have the Query - Report Date between 2004-02-29 and 2004-03-03 and Location contains 'RIVERWOOD' This works great but what I want to go is to use a simple query to search multiple Locations (i.e. 'RIVERWOOD' & 'ROSWELL' & 'AIKEN' etc etc) Please Help
  18. simdan42

    How to Capture an Excel Close command

    I need to check the value of some cells in excel before the workbook is closed. If it meets the criteria it saves and closes, if not I need to escape out of the close command and display error messages. Please help
  19. simdan42

    Access Report show displaying Query results?

    I have a Query in Access that evaluates a table, AutoType, and counts the occurances of 'D1' in the Type Column. When the query is run it returns 2, which is correct. I am creating a report to display these results but on the report when I set the control source of the text box to the query it...

Part and Inventory Search

Back
Top