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

  • Users: RLB2
  • Order by date
  1. RLB2

    Force Lotus Notes to Replicate via VB

    Hi and thanks to everyone for the help/code for sending emails/attachments/multiple emails via VB/Access. It works great. My Lotus Notes configuration runs in Internet mode, meaning it replicates in the background all of its databases including the Email/Sent/OutgoingMail folder. I have...
  2. RLB2

    CommonDialog

    GKProgrammer, Thanks for the great post I reused it again (Had to dig to this poost to find it). I didn't give you a star last time so here goes! Thanks! Rob
  3. RLB2

    RegEx HTML Parsing

    HI, I have spent many hours in Tektips and other websites learnign about Regex. Thanks! I have basically 2 types of data that I want to parse out of an html (txt) file. string 1: <title>1965 Corvette for sale</title> String 2: <meta name="Keywords" content="Corvette, 1965, Cool Car">...
  4. RLB2

    Delete quptes

    Hi All I managed to fix the problem! Thaks to everyones help! I made it a subroutine where I define public variables: (Makes it an all-purpose find and replace for txt files) PUBTxtInputFile = "C:\TempInput.txt" PUBTxtOutputFile = "C:\TempOutput.txt" PUBTxtFind = ", "...
  5. RLB2

    Delete quptes

    Hi, I am using some code (below) to try to delete quotation marks in a file (txt). But i can't figure out how to delete the quotation mark (only one at a time - ") Does anyone know how to do this. Your help is much appreciated! Thanks! Rob Public Sub AASDBCleanTxtFile() Dim dbs As...
  6. RLB2

    Remove Html Tag Tool

    Bubbler, Can I se your code here. I want to do something similar and would be interste din your final product code. Thanks! RLB2
  7. RLB2

    2306 error - Export the result of a query to Excel

    HI did anyone figure out a work around for this? I am outputting just above the aloted 16K records (Excel 95), but we are using excel 2000. How can I get my 17K records out? Thanks! Rob
  8. RLB2

    Can't unload Excel from RAM after import to Access

    Thanks! I'll check it out! Rob
  9. RLB2

    Can't unload Excel from RAM after import to Access

    Creosote65, Can you post your working code so I can see the before and after. A big help! Thanks! Rob
  10. RLB2

    Dynamically Change RowSource of Chart Object

    Poky, The Event is in the DATA section of the Properties for the Chart in the report. I hope that is what you are looking for? Rob
  11. RLB2

    Exporting .SNP to Powerpoint

    Darrylle, Thanks for your humor. I still have the problem and did look into my VBA/Access books for help. Nothing found yet. I checked the forum and there doen't appear to be any help (Although it solved many other probelms for me! THX!) Any help is much appreciated! Rob
  12. RLB2

    Dynamically Change RowSource of Chart Object

    Folks, I am also having the same problem.. Has anyone figured this out. I have checked all my VBA/Access books and can't seem to find an anser to it. Do I need to declare (Dim) anything before referencing the Report!ReportName!ChartName.RowSource = NewSQL String ??? Any help is much...
  13. RLB2

    Exporting .SNP to Powerpoint

    Hi! I am want to export the very useful .SNP file (Yes thats sarcasm) from Access to Powerpoint. I want each SNP file to be a page in the PPT file. I haven't looked into this yet, but would appreciate any feedback on how someone did it. Thanks! Rob
  14. RLB2

    CommonDialog

    Thanks for the Open Filename routine. I tried it out on A2K and it works great! Do you have code for saving a file also? I would appreciate it! I just need to point to the save path, not actually saving a file. Thanks! Rob

Part and Inventory Search

Back
Top