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 strongm 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. giggs11

    Password protect for a specific worksheet

    Geoff, Funny...I did try that and it didn't work but I tried it again it's ok now. Thanks, Simon
  2. giggs11

    Password protect for a specific worksheet

    This is my code: I want the user to be able to open up CalNov and CalDec with 1 password. Option Explicit Option Compare Text 'Password to unhide sheets Const pWord = "Calgary" Const pWord1 = "Quebec" Const pWord2 = "Central" Const pWord3 = "Western" Sub HideSheets() 'Set worksheet to...
  3. giggs11

    Password protect for a specific worksheet

    Ok...it works now but how do I set up 1 password to open up more than 1 worksheet in the same workbook? It works for 1 worksheet.
  4. giggs11

    Password protect for a specific worksheet

    anotherhiggins: Thanks but how do I set up a password for each worksheet?
  5. giggs11

    Password protect for a specific worksheet

    Hello: My qestion is how do I send a workbook with 5-7 worksheets in it but set a password for viewing specific workseets(i.e Atlantic workshhet-only user from Atlantic can view this worksheet by entering an assigned password). Is this possible? Thanks!
  6. giggs11

    2 types of Criteria?

    Thanks. But now how do i show them on the reports? I need one text box showing the Criteria 1(current month) and another showing Criteria 2 (YTD) totals? Also, how would i but in criteria for NOv 1/03 - now? i tried >=11/01/03 and "now".
  7. giggs11

    2 types of Criteria?

    I was wondering if it was possible to have 2 criteria's when running a query? I want to prompt the user to specify a date range and also have a running total. (i.e Totals for month of Feb and also a running total from Nov - Current date). Is this possible?
  8. giggs11

    VB in EXCEL

    Sam, I clicked your site, figure this!!!
  9. giggs11

    VB in EXCEL

    VBAjedi, Thanks for your help but the combobox2 still appears but is in a smaller font. I changed the properties to Visible=false. And used the code you wrote. What should I do?
  10. giggs11

    VB in EXCEL

    Basically I have a combo box with items: Approved, Declined, Cancelled. What I want to do is prompt the user/ remind the user to select a Decline Reason when Declined is selected from the box. Does anyone know how to do this?
  11. giggs11

    CHOOSE ONE

    I seem to be having a problem running this Macro. It seems to list all my options in the one cell continously, with no space. I want the user to be forced to choose on option when they space over to the specific cell. Basically it's a tracker with a list of Product Codes. They must chooose...
  12. giggs11

    @IF

    How do I prompt a user that if C16 has a value($Amount), that C15 must have a code(ProductCode) and vice versa?
  13. giggs11

    Cool Boot Problem

    Thanks for the suggestion. I changed the setting to AGP and...nothing...screen went blank. So, I reset the CMOS jumpers and tested another video card. VOILA!! it appears the answer is because I have a faulty card..
  14. giggs11

    Cool Boot Problem

    The "cold video card boot problem" is when the computer consistently does not see the video card when the computer has cooled down, but the computer always sees the video card after the computer has warmed up by waiting five minutes or so and then pressing the reset button.
  15. giggs11

    Cool Boot Problem

    Hello: Just wondering if anyone knows how to solve a cool boot problem? Is it just a matter of downloading the VGA drivers for my MB? This is what I have: AMD XP 1700 256 MB 40 GB HD Win XP Geforce 440 mx 64MB
  16. giggs11

    Adding records to a list

    i'm not sure...as this belongs to someone else and he is on vacation...but i cannot seem to find the code so it might be coming from somewhere else.....can you help me with both?
  17. giggs11

    Adding records to a list

    How do I add a record to an existing list box in Excel2000? Thanks in advance, Simon
  18. giggs11

    How do I search for records in my database using ADO?

    I have a Sales table with fields Agentname, Date, CustomerName, Account Number, ProductCode and Dollar. Using ADO, how do i search by Agent name and have all the Agent's Sales for the day displayed?
  19. giggs11

    HELP

    I know that for Data control you can use the Index and Seek function to search for records in the db , but what do i use for the Ado control? I seem to be getting an error when i use Adodc1.recordset.index and Adodc1.recordset.seek Also, how do i set conditons? eg. User cannot go on to the next...
  20. giggs11

    FInd Seek

    I know that for Data control you can use the Index and Seek function to search for records, but what do i use for the Ado control? Also, how do i set conditons? eg. User cannot go on to the next field without entering something in the previous field. Simon

Part and Inventory Search

Back
Top