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 Wanet Telecoms Ltd 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. wordperfectconvert

    Need to determine if date of event is between certain dates

    Thanks to all who contributed. I gave up on attempting to learn the VBA code. It is way over my head. For those looking for the answer, here is my solution. I set up a separate worksheet named MaxWage that had 4 columns and 20 rows. I then used the following formula in the cell I was using...
  2. wordperfectconvert

    Multiple If or Condition statements in excel

    Thanks to all who contributed. I gave up on attempting to learn the VBA code. It is way over my head. For those looking for the answer, here is my solution. I set up a separate worksheet named Mortality that had 3 columns and 91 rows. I then used the following formula in the cell I was...
  3. wordperfectconvert

    Using Sex and Age to determine Life Expectancy

    Thanks to all who contributed. I gave up on attempting to learn the VBA code. It is way over my head. For those looking for the answer, here is my solution. I set up a separate worksheet named Mortality that had 3 columns and 91 rows. I then used the following formula in the cell I was...
  4. wordperfectconvert

    Using Sex and Age to determine Life Expectancy

    The mortality information is not contained in THIS table. I am pulling it from a 2001 standard mortality table used for this circumstance. I don't want to clutter up my calculator with the entire mortality table. I would prefer to enter a formula for each age and sex, even though it would...
  5. wordperfectconvert

    Using Sex and Age to determine Life Expectancy

    I was referred from VBA forum to this forum. I have a table where B1 ( named B1 "Sex") asks for sex ("male" or "female") and B2 asks for Date of Birth. B3 (named "Age") calculates the persons age. B4 has been named "LifeExpectancy". I have to use a specific mortality table for my purposes. I...
  6. wordperfectconvert

    Multiple If or Condition statements in excel

    There is no underlying formula as it comes from an actuarial table. I asked the publishers of the table. (I agree there should be a formula, but they say it is not a constant)
  7. wordperfectconvert

    Multiple If or Condition statements in excel

    SkipVough, I beg to differ. Two reasons, the variables end up with 160 options and that is too many for excel to handle. Second, I intend to publish the spreadsheet or calculator on my web page in html format and have been advised that for this cell I should use VBA code for the formula. I...
  8. wordperfectconvert

    Need to determine if date of event is between certain dates

    I have a spreadsheet where the user enters the date of an event. Cell B2 is the date of the event. For example, if B2 is 1/1/07, I need to have cell C2 enter $431.00. If B2 is 1/1/08, I need to have cell C2 enter $461.00. I literally am struggling with everything. I started with Private Sub...
  9. wordperfectconvert

    Multiple If or Condition statements in excel

    I have an excel spreadsheet where the person enters sex (male or female) in B2, the date of birth in B3, and B4 calculates the age at last birthday. I want b5 to say somethine like "If B2 is Male and age is 47, then B5 (life expectancy) is 28.45". I could do this with an If formula, but only...
  10. wordperfectconvert

    Run Template macro after third party application fills document

    I have a third party application that we use to create documents such as letters. The application fills the template with the use of bookmarks. I have some standard bookmarks set up in a table, but occasionally we will not have the information in our third party database, so the bookmark will...
  11. wordperfectconvert

    AutoOpen Command - Big problem

    Roy-Vidar, Thank you. The AutoNew worked perfectly. Problem solved. Tony, Thanks for response. That is part of the problem. I don't know exactly how the case management program is opening the template, but Roy-Vidar's suggestion of AutoNew worked fine. Bill
  12. wordperfectconvert

    AutoOpen Command - Big problem

    I use a case management program that assembles data to be placed in documents. I have created a number of templates to use with the program. When the case management program opens the documents, the AutoOpen macro commands don't work. I am at a total loss on how to make the macros run when...
  13. wordperfectconvert

    Configuring Command Buttons for use with Alt + letter

    I have created a series of user boxes that come up in the process of creating a letter template. Both user boxes have "OK", "Skip this step" and "Cancel" buttons. I have found that I often want to either skip or cancel. How do I program the command buttons so that I can hit Alt + "s" to use...
  14. wordperfectconvert

    Delete line or text if bookmark is empty

    Tony, Thanks for the response. I tried it with a true bookmark and got an error for the portion of the code that read: Selection.Bookmarks("\Line").Delete I also tried it with a form field, but it read the field as not being empty and took no action. The only way I could get it to work was...
  15. wordperfectconvert

    Delete line or text if bookmark is empty

    I am new to VBA. I use a software program that creates documents from a database. However, some times the information for the document does not exist (i.e. "accountnumber"). In those instances, the form is created just fine, but there is a line of text in the RE: for the letter that says...
  16. wordperfectconvert

    create macro to prompt for bookmark information

    Thanks Gerry for your help. I got the form to work, but I am curious about what you said about bookmarks. When I creat a bookmark in Word, I doesn't let me designate anything more than a name. For example, my sentence reads: "motion was filed on [bookmark:"Date Filed"]." (As you know, the...
  17. wordperfectconvert

    create macro to prompt for bookmark information

    I apologize for my inexperience with VBA. I have used wordperfect for many years and am just now converting. I am basing this question from what I know a wordperfect macro can do. I have a form that has bookmarks that are propogated from a case management program I am using. However, the...

Part and Inventory Search

Back
Top