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. gripper111

    VBA - Outlook auto responder

    One more thing. I tried to use a Rule for this but it does not work with a wild card that I could figure out.
  2. gripper111

    VBA - Outlook auto responder

    Is there a way with VBA to search emails within a folder for a particular string in the subject and simple reply to that email For instance the subject may read "please confirm receipt of this email from *" it will have a wild card on the end. All I want it to do is see this string respond...
  3. gripper111

    Word 2007 Calculation

    Thanks Andrzejek. I figured out the issue. Unlike Excel that allows you to easily sub total and such MS Word is not so kind. Since I was having a second calculation of a field that is a calculated value it error. So instead I wrote a different formula taking a different approach leaving out...
  4. gripper111

    Word 2007 Calculation

    I have a document which is a template. Within this document I added some text fields from the Developer tab. I then protected the document as a fill in form. Several of these fields I set the properties to Numbers and two of the fields I calculate and put the results in a third field called...
  5. gripper111

    Randomize between a min and max value

    I created a VB form frmSettings there are two textboxes call txtTimerMin and txtTimerMax I am trying to create a piece of code that will randomly choose a value between the min and max and save that to a variable "nextcycle" I was wondering if somebody could give me some direction on this...
  6. gripper111

    Novice htaccess question

    Hi Feherke Thanks for the info. I have never touch an .htaccess file before. Below is my current file entries. So I guess I need to know where and what specifically to add to this file to test it Thanks RewriteCond %{REQUEST_FILENAME} -f [NC,OR] RewriteCond %{REQUEST_FILENAME} -d [NC]...
  7. gripper111

    Novice htaccess question

    Hi fellow board members, I am a complete rookie at htacess issues. Here is the question I have a webhost reseller account and I have a website blog on an account on this host. I get the following error "Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated...
  8. gripper111

    split string

    Hi Strongm I may need clarification of where to put the code and run it to be sure. I opened VB and created a new module and copied in your suggested code Public Sub Example() Dim result As Variant result = CatSub("home_&_garden_104_bbq_grills_&_accessories") Debug.Print...
  9. gripper111

    split string

    HI Members, I have a table named “keyword”. This table is created by importing various excel sheets and in the process of doing so it places the name of the excel file in the “file_name” field. Here is a typical file name entry “home_&_garden_104_bbq_grills_&_accessories” I have added two...
  10. gripper111

    Auto Login Gmail

    I have an access DB and one of the tasks I must do is to log in to various Google Gmail accounts and confirm various mail reciept. Currently I just go to the browser and type in the login info. What I would like to do is have a command button that will do this automatically. I have started...
  11. gripper111

    Force Lower Case

    Chunter, That did the trick. Thank you. I was just confused about combine this code in the same line. I appreciate the timely response. Good Day!
  12. gripper111

    Force Lower Case

    I have a form in my Access DB and on txtDomain I have an after update code that creates a hyperlink in a caption box so I can easily go to the page. The system works fine but I want to lower case the link. Here is the code: *********** Private Sub txtDomain_BeforeUpdate(Cancel As Integer)...
  13. gripper111

    Import procedure

    Hello Members, I am seeking advice for the following issues. I have a table in Access 2007 named "tblLogFiles" It has 5 text fields. I have a directory on my local machine C drive named "log Files". I have a script that runs throughout the day at different times which creates an output...
  14. gripper111

    Force entry to lower case

    That did the trick. Thanks guys
  15. gripper111

    Force entry to lower case

    I have a db and I have a particular field on a form that I copy and paste into. Sometimes what I paste is all uppercase and other times not. I would like to force all entries in the cell to automatically convert to lower case. I have tried a couple things but it is not working. I know this...

Part and Inventory Search

Back
Top