Search:

Type: Posts; User: reimer; Keyword(s):

Page 1 of 12 1 2 3 4

Search: Search took 0.02 seconds.

  1. Good one Steve!

    Good one Steve!
  2. Replies
    0
    Views
    655

    I use software from Cognos (Analyst ver 8) for...

    I use software from Cognos (Analyst ver 8) for budgeting. There is an Excel Addin that can create reports based on the Budget database.
    We are switching from Excel 2003 (running on XP) to Excel 2007...
  3. Replies
    24
    Views
    1,532

    The "GetFormula" is a range name. On sheet...

    The "GetFormula" is a range name. On sheet AnswerKey click on cell A11. Then access the menu Insert | Name | Define... then click on GetFormula in the drop down.
    The range name is equal to the...
  4. Replies
    7
    Views
    438

    Did you check to see if there are macros in the...

    Did you check to see if there are macros in the workbook?
  5. Replies
    6
    Views
    574

    Thank you very much Hans for all your help.

    Thank you very much Hans for all your help.
  6. Replies
    6
    Views
    574

    Thank you Hans. I will have them give it a try....

    Thank you Hans. I will have them give it a try.
    I used to get emails when someone replied to my posts. I have not gotten them this time. I looked at my profile but it seemed ok. Any ideas?

    Thanks...
  7. Replies
    6
    Views
    574

    Thanks Hans, I can create a template that...

    Thanks Hans,
    I can create a template that contains the Autotext entries and put it in a common network folder. How do I tell Word that any new entries should go there instead of Normal.dot?
  8. Replies
    6
    Views
    574

    Word 2003 Operating System: XP Professional...

    Word 2003
    Operating System: XP Professional Version 2002 SP 3

    I am not sure it is even possible but if it is, someone in this Lounge would know.
    Two of my coworkers would like to be able to...
  9. Replies
    3
    Views
    252

    I decided to combine the formulas so they could...

    I decided to combine the formulas so they could be copied down the rows.
    Take a look at the attached workbook.

    If the formulas work the way you want them to, you can copy them down the rows.
  10. Replies
    3
    Views
    252

    I may be way off - but its a shot. Take a look...

    I may be way off - but its a shot.
    Take a look at the attached workbook that uses VLOOKUP formulas.
  11. Replies
    28
    Views
    1,219

    Would you be able to use Auto Filter instead of...

    Would you be able to use Auto Filter instead of the macro? The Auto Filter has options to Sort Ascending and Sort Descending.
    Just a thought.
  12. Nice! Much better than Select Case.

    Nice! Much better than Select Case.
  13. Select Case might be easier than the multiple IF...

    Select Case might be easier than the multiple IF statements.
  14. Replies
    11
    Views
    1,263

    Copy the formula down a enough rows to cover the...

    Copy the formula down a enough rows to cover the number of sheets in the workbook.
  15. Replies
    1
    Views
    283

    Re: Insert Blank Row (Excel 2003)

    Formulas cannot insert (or delete) rows. VBA would be needed to get this done.
  16. Replies
    6
    Views
    310

    Re: Underlining Part of a Cell (2003)

    Steve,

    Good to know. Thanks
  17. Replies
    6
    Views
    310

    Re: Underlining Part of a Cell (2003)

    Are you referring to the lack of underline for the spaces between words?
    If so, you could replace each space (that you want to appear underlined) with _
    Then the entire section is underlined.
  18. Replies
    3
    Views
    262

    Re: Sorting questions (Excel 2003)

    The formula =Rank should do the job.

    Chuck
  19. Replies
    5
    Views
    289

    Re: Sorting on Multiple Headings (2007)

    Rich,
    I had the same problem except I open the workbook in both versions. The macro for 2003 fails in 2007.
    I changed the code to determine what version it was in and then run the proper sub. I...
  20. Replies
    46
    Views
    3,053

    Re: Viking33 becomes the first UraniumLounger

    Congratulations Bob!

    From all the posts I have read on this site - I know the help is appreciated!
  21. Re: VB Code not changing directory (Excel 2003)

    Good one Hans
  22. Replies
    16
    Views
    929

    Re: Code Skipping (XP)

    Hans,

    Thanks. Maybe I should let them have spaces in the tab names....
    I will modify the code as suggested.
    Thanks
    Thanks also for the code this was based on.

    You Da MAN <img...
  23. Replies
    16
    Views
    929

    Re: Code Skipping (XP)

    John,

    No doubt there are many diffrerent ways to do it!
    I am attaching the txt file of the code that fails. At the bottom of the text file, I marked where it fails and what the error message is....
  24. Replies
    16
    Views
    929

    Re: Code Skipping (XP)

    Steve, Jan and John

    Sorry for the delay in responding - I took a long weekend -away from work.

    Thanks for the replies and suggestions.
    I have some code that cycles through all the sheets that...
  25. Replies
    16
    Views
    929

    Re: Code Skipping (XP)

    John,

    Thanks! That will make my life much easier. For some reason, the users change the tab names by inserting spaces (even though they were told not to). This will take care of it.

    Thanks...
Results 1 to 25 of 292
Page 1 of 12 1 2 3 4