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 Mike Lewis 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. cisco777

    seems to be simply syntax problem

    I am making progress on writing the excel file and I want to thank everyone for their help. I am trying to make the email address clickable when writing the excel file but can not seem to get by the syntax. everything works except the email line. The below is the code...
  2. cisco777

    html asp form excel file question?

    Thank you I am reviewing this url.
  3. cisco777

    trying to take form input, create excel file and email it

    Good evening. I need to create an excel file. However, I have been reviewing the link and so far seem to be in good shape. Thank you for your help.
  4. cisco777

    html asp form excel file question?

    I have only worked with asp and vb script every couple of years for a very small period of time each time. I am trying to determine what may be the best process for: I needed to create a html form - this done and working Then I am suppose to create an excel file and email this excel file as...
  5. cisco777

    trying to take form input, create excel file and email it

    Hello. I have been able to successfully create a html form. Then, I can also take successfully this html form input into an asp page and create it into an excel file that then opens up to be viewed. However, I am trying to research how to get this excel file to be added to an email. I do...
  6. cisco777

    Post # 1096693 follow up

    PH thank you so much for your help, i found the reply box at the bottom. I will read the microsoft link you provided to better understand just how pattern works. lastly is there a way to not display the entire contents of the file i am searching and just display the matched or not matched...
  7. cisco777

    Post # 1096693 follow up

    phv I still did not see the your reply box. dont know why this seems to such a problem. I ran the reg exp job with the chg you suggested and it ran but I still do not find a match when i am searching through the file that contains has errors in it. I will read the link you provided and would...
  8. cisco777

    cscript - vbscript regexp - still having problems

    1. I did not want to start a new thread but i do not see either a reply or email link on the post 1096693 to use as a reply to, so i do not know how to respond to thread 1096693 or any existing threads since there is no clear reply or respond to. 2. I appreciate the help and i thought with...
  9. cisco777

    Post # 1096693 follow up

    tsuji How in the world do you respond to your post without starting a new thread, I do not see a reply, etc Also, thank you so much for your help. what does: .Pattern = "\bwith\b\s+\bsuccess\b" this mean, i.e., I thought that you were supposed to put what you wanted to search for in the...
  10. cisco777

    vbscript regexp-need help-better explaination-ignore my prev posts

    Sorry about the prev posts. What I am trying to do is: To search a text file. Then see if this text file contains ended in success or ended in errors. This is why I am using regexp and also using open text file. I need to read/search this entire text file and locate these words. Lastly, I...
  11. cisco777

    cscript vbscript regular expression - need help - request #2

    May I ask to show how my below code should actually look in order for it to work correctly? Since I am just starting to learn both cscript and regular expressions, I obviously do not yet have a grip on this. I do not know if I need a read statement or what I am doing wrong. Existing Code...
  12. cisco777

    cscript vbscript regular expression - need help

    tsuji, may I ask to have you show me how my code should look in order for it to work correctly? Since I am just starting to learn cscript and regular expressions, I obviously do not yet have a grip on this. Thank you. Steve
  13. cisco777

    cscript vbscript regular expression - need help

    I am trying to learn regular expression in vbscript. the below is the code. when I run the code i receive the same match message no matter if i use the input file that ended successfully or the input file that ended with errors. do i need to add a read statement or am i missing more? 'Create...

Part and Inventory Search

Back
Top