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 gkittelson 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. Thwarted

    Select Sheets Dialog Sheet with added features

    Thanks Skip I am ok activating the one sheet Set CurrentSheet = Sheets("P2 - Summary") CurrentSheet.Activate I just dont know how to add a button or checkbox or something that the user can click to undo this: For Each cb In PrintDlg.CheckBoxes Select Case cb.Text...
  2. Thwarted

    Select Sheets Dialog Sheet with added features

    Hi Had this in the wrong forum originally - sorry! I'm using the select sheets to print code from: http://j-walk.com/ss/excel/tips/tip48.htm (code pasted below) it is working well. I have also added a bit more code to pre-select some of the sheets, however, I need to add in another option...
  3. Thwarted

    print sheets dialog box - with an added feature

    Hi I'm using the select sheets to print code from: http://j-walk.com/ss/excel/tips/tip48.htm (code pasted below) it is working well. I have also added a bit more code to pre-select some of the sheets, however, I need to add in another option to clear all for the off chance they do not need...
  4. Thwarted

    Tab or Enter from a combobox?

    Hi Skip I am answering a question from a long time ago - I had left this as it was working but now have some time to clean it up. I am not sure how to do what you described with the table - but that sounds like it would be much cleaner! I have multiple sheets that each have combo boxes. Is...
  5. Thwarted

    Save as - provide filename but user picks location

    Thanks guys! The GetSaveAsFileName method worked great!
  6. Thwarted

    Save as - provide filename but user picks location

    Hi I have searched Save As and do not see this question though I am sure it had to have been asked and answered so I am sorry for the repeat if it does exist. I need to code my Excel sheet to Save As where i provide a filename based on contents of a cell - but I allow them to choose the path...
  7. Thwarted

    Tab or Enter from a combobox?

    Here is what I ended up with I cant take credit a friend of mine sent me similar code that i could make fit what i needed. Sub ComboBox4_KeyDown(ByVal _ KeyCode As MSForms.ReturnInteger, _ ByVal Shift As Integer) Select Case KeyCode Case 9 'Tab...
  8. Thwarted

    Tab or Enter from a combobox?

    woohoo! I figured how to do it with code Thanks!
  9. Thwarted

    Tab or Enter from a combobox?

    I have a combobox in Excel - well a few of them and i want to be able to tab from one to the next or to the next cell
  10. Thwarted

    Tab or Enter from a combobox?

    this could be a dumb question but how to you set a combo box so you can tab - or even enter from it? Thanks!!
  11. Thwarted

    Where do i add the toolbar code

    Hi Judy Thank you - that does work! I think now i will just have to put something in BeforeClose so that it will remove the toolbar from the application (so it is not showing up on other workbooks). Hoping it will stick to the workbook though after i do that!
  12. Thwarted

    Where do i add the toolbar code

    Hi I posted this on the wrong forum but Skip was kind enough to help me out - the only thing is - where do i put the code for adding and removing the toolbar OnOpen and OnClose ?? (do those exist)? Thank you!! (original post and answer below) Hi Is there a way to add a toolbar to a...
  13. Thwarted

    Toolbar on public workbook

    Hi Is there a way to add a toolbar to a workbook that will be shared? I am creating a template and want the toolbar to stick with the workbook every time it is saved as a new file. I addd the toolbar and it works great on my hard drive and as long as i dont rename the file. Any advice...
  14. Thwarted

    Blank rows

    Thank you!!
  15. Thwarted

    Blank rows

    I'm sure this had to have been answered before and i apologize for asking it again. Is there a way to copy rows from a spreadsheet when there are blanks in between and you don't want the blanks data data data data data data How do I copy & paste only the rows with data and not the blanks...
  16. Thwarted

    Pocket PC Access

    Thanks so much - I will check out the links.
  17. Thwarted

    Change to field name - effects to vb code

    Hello, Wondering if anyone knows offhand. If i were to change a field name on a table - would it automatically be updated throuhgout the VB code in the database? I am using Access 2002. Thank you! [bigears]
  18. Thwarted

    Pocket PC Access

    Hello Just wondering if anyone has experience working with Pocket PC and Access together. I am about to start a project - the Pocket PC will gather the field data and will import into an Access Database. Maybe someone knows of some useful literature on the subject? TIA Thwarted :|

Part and Inventory Search

Back
Top