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 TouchToneTommy 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: avatarp
  • Content: Threads
  • Order by date
  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...

    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...
  8. 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...
  9. 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
  10. 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?
  11. avatarp

    Can you build a help file in XP?

    Does Windows XP or office XP have some sort of help file creator program?
  12. 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?
  13. 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.
  14. 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.
  15. 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...
  16. avatarp

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

    I need a reliable server. What is the best out there for not to expensive (ie. > $2000 or $3000)
  17. avatarp

    Does anybody know if this Office 2000 and Office XP Bug has been fixed

    The new Office suites (2000, XP) doesn't handle Activating forms properly. What actually happens is Initialization. Once a form initializes it becomes the active form. I have this form displaying buttons with dates on them. To change the dates on the buttons all you have to do is click on the...

Part and Inventory Search

Back
Top