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 strongm 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. avatarp

    Can I have 2 versions of office on one OS?

    Is it possible to have 2 different versions of MS Office on my computer. I am running Windows XP and I want to be able to switch between Office 97 and Office XP.
  2. avatarp

    How do I hide or make screens invisible?

    I am emailing reports from code and I want to keep the email screens from being visible. How do I set the screen updating to be false? VB 6 must have some way of handling this.
  3. avatarp

    How do I work with multiple web sites in code?

    I am trying to capture information from various web sites in code. However I am facing a challenge. How does VB know when a web site has been fully loaded? Is there a property that I can use to determine this. Or do I have to set up pauses in my code. It would be ideal if there was some kind of...
  4. avatarp

    How do I edit a field in my table

    I have a table that I scan rows then,the columns to match a column header with a variable. Once the column has been found with correct header, I want to change the value of the cell in that row. This is my sample With statement to do this: With rsMyRS .Edit !EmailList = True .Update...
  5. avatarp

    Accessing a table in MS Access

    I'm trying to access a table in an Access Database from VB studio 6. How do I code this?
  6. avatarp

    Code that uses Outlook to email reports from MS Access

    In Access I have a table that contains email addresses. On a form I have a button that prints reports. How would I also have these reports sent via email to the recipients in this table?
  7. avatarp

    How do I create an Active X control that...

    Hey pgk; I'm not sure what the E-Mail0 command is. The email recipients have their email addresses listed in an Access table in. So when the file is selected the user then can click the email button and the file that was selected is then emailed to those email addresses. Thanks for responding...
  8. avatarp

    How do I create an Active X control that...

    I want to biuld a dialog box in VB studio that first allows you to select the file path to the directory of the files you want. Once this file path has been selected you can click on the email button and this file will be automatically emailed to all recipients in the email database which is in...
  9. avatarp

    Locking Custom Toolbars?

    In Excel I have created code that, when run, places the custom toolbars in the positions the belong. However if I pull the toolbars of the toolbar field so that it is floating the code still works but the toolbars hover over the place the belong. How do I get them to redock into the toolbar...
  10. avatarp

    I want to create a rolling column in Excel

    The best solution is: A1= EOMONTH(NOW(),-1)+1 A2= EOMONTH(A4,0)+1 Copy A2 down as far as need be. This works the best because there are very few call to functions so this will be a very tight and stream line. [2thumbsup]
  11. avatarp

    I want to create a rolling column in Excel

    I want to have the first day of the current month displayed in A1 and the following months displayed beneith. So when the next month happens the columns rolls up one to displaythe next current month
  12. avatarp

    What is the best Network security software out there?

    I'm just running a 2 or 3 computer network with a Linksys wireless switch. What kind of extra network protection should I be using?
  13. avatarp

    Can you build a help file in XP?

    Does Windows XP or office XP have some sort of help file creator program?
  14. avatarp

    How would I Attach a .hlp file to an excel project

    I've designed a .hlp file and now I wish to attach it to my excel project. How do I do this so that when I click on the help menu I will get the option to view the help files I created?
  15. avatarp

    Can you share a scanner on a network???

    Yes I do have to stand over the scanner to actually work it but it would be nice since there are only 2 computers on my network if I could operate it from either computer without having to rewire it. It isn't a major hasle but it would add convenience.
  16. avatarp

    Anybody know of a "Help File Creator" program?

    I want to design a help file that will be a visual aid in a Excel application. I will be documenting from the application level to the code level. I'm surprised that MS Word doesn't come bundled with a help file developer. I would appreciate any advice on this topic.
  17. avatarp

    Can you share a scanner on a network???

    I have a scanner hard wired to 1 computer in my office. I am wondering if I can use the scanner from another computer on the wireless LAN I created. I thought it should be like a printer but it isn't that easy.
  18. avatarp

    I want to buy a Server to host my own web site.

    This server will host my company web site, a database to be used on an office network, and have a network drive on it for file storage
  19. avatarp

    How to get form to Activate after a sub form deactivates

    When ever I open a form in Access XP It performs the Initialize function. This works as planned. On this form I have buttons that bring up a subform. When the subform closes, the main form becomes the active form. However, the main form does not run the Activate form code until I click...

Part and Inventory Search

Back
Top