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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Acquaman

  1. Acquaman

    Code or formulas that calculate intermitent rows in a column...

    Hello. Thank you for taking the time to read this. I very much appreciate it. I have a some code that scans a spread sheet that contains a lot of empty rows and copies only the rows with data to a blank sheet in the workbook. This condenses the information making it more condusive for printing...
  2. Acquaman

    Need code that returns to last active sheet in Excel

    Well, Here is what finally worked for me. Thank you both so much for your help. I couldn't have done it with out you! 'For this example the sheets in the workbook are named Sheet 1, Sheet 2, and Sheet 3. 'Sheet 3 is the sheet all sheets will select and the sheet from which we will return...
  3. Acquaman

    Excel-password protect sheet w\o causing macro failure...

    Hey Mr. Jedi! You guys never cease to amaze me with how quickly you respond! I hope you know how much all us little guys appreciate it. That does look like it will do the trick. Nice and simple too. Is there a FIND\REPLACE in the VBE to run through all my code and do the typing for me or am I...
  4. Acquaman

    Excel-password protect sheet w\o causing macro failure...

    Thank you for taking the time to help. I would like to password protect the sheets in an application that I have made but, this causes the macro code to fail at: ActiveSheet.Unprotect Is there a way to put the password in the code so that the code can continue to be executed...
  5. Acquaman

    Excel scrollbar scrolls beyond view. Can resize?

    Thank you Tony and PHV, PHV, the line returned the address in columns only like this: $A:$EE It did not then resize the scroll bar. I will continue to experiment with simmilar code in the future. When I formatted the columns I highlighted the column headder which caused the format to extend...
  6. Acquaman

    Excel scrollbar scrolls beyond view. Can resize?

    Hi, The verticle scroll bar is currently scrolling to the bottom of the worksheet(65,000+). There is nothing beyond row 2500 and I have the scroll area set to stop at that point. I would like to reset the verticle scroll bar so that it is at the bottom of it's scroll at row 2500. Is there a...
  7. Acquaman

    Need code that returns to last active sheet in Excel

    Thank you both. I think that you have given me the answer. I will try it in the A.M. and let you know. Regards, Acquaman
  8. Acquaman

    Need code that returns to last active sheet in Excel

    Dear Skip, I was unsuccessful in implementing your code into my application. It is probably just me but, if you have a moment I would like to clarify my question. Say there are 3 worksheets in a workbook. The sheets are named A, B, & C. If I locate the help screen on the sheet named C, will...
  9. Acquaman

    Need code that returns to last active sheet in Excel

    Skip, Thanks SO much! Off to try it... Acquaman
  10. Acquaman

    Need code that returns to last active sheet in Excel

    Hello, Thank you for your response, I really appreciate it. I am planning a separate sheet as a help screen for the Excel App. I am making but, it is important that I return the user to the same sheet they were on last when they leave it. Any way to do this with code? I will be greatfull for...
  11. Acquaman

    Can Ctrl+Page Up &Ctrl+Page Down be blocked in my Excel App.

    YES!!! Thank you very much for your responses - and so FAST! Greatfully, Acquaman
  12. Acquaman

    Can Ctrl+Page Up &Ctrl+Page Down be blocked in my Excel App.

    Hello! Thanks for your response, if possible. I really need to prevent users of my Excel Application from switching between Sheets using Ctrl+Page Up & Ctrl+Page Down. I really prey someone can help! Thanks. Sincerely, Acquaman
  13. Acquaman

    Excel - Need to select first cell in column <> 0, after list sort

    Hello, Thanks for helping me out. I really appreciate it. I am sorting a list of formulas that all have a zero value until some text is typed into the source cells. After an A to Z sort, if the list is only partially full fo text values, the zeros are all listed first and the text values are at...
  14. Acquaman

    Need Help adding SubMenuItem to NewItem on NewMenu on NewMenuBar

    Hi, and thanks for taking time to read this. I would greatly appreaciate any help you could provide. I replaced the standard Excel Menu Bar with a new one I created. I gave the menu Bar new Menus and I gave the Menus MenuItems. But when I try to write the code to add SubMenuItems to the...
  15. Acquaman

    Need CommandButton to have dule function - ie.: Do\Un-Do

    Thank you johnwn and vb5. Now I can get the desired result. Boy am I glad I did not go through with my solution of shrinking the "VOID" button. You're the BEST! Sincerely, Acquaman

Part and Inventory Search

Back
Top