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 TouchToneTommy 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 8177

  1. 8177

    Go to a field based on a calculation

    Hi Guys I have a list of field names in a value list; I have set a global value to contain a value from this list What I want to do is click a button select the value from the global and use it to go to the selected field Thanks in advance
  2. 8177

    Moving to next sheet in excel (Using VBA)

    Thanks Guys this has helped immensely, i can now keep my boss happy for a few more days (whopps i meant hours)
  3. 8177

    Moving to next sheet in excel (Using VBA)

    Hi Guys I have a model that contains many sheets (these sheets have various names that do change), what i need to do is move from sheet1 to the last sheet in the model in turn using VBA, something like next sheet Any Ideas
  4. 8177

    SumIF (Criteria)

    Thanks Guys worked a treat
  5. 8177

    SumIF (Criteria)

    Hi Guys Any ideas on how i can do this the criteria part of the forumla contains Vanilla and not just vanilla on its own we could have Vanilla IT Vanilla S & S Vanilla and i need to return the result of all these SUMIF(A:A,"vanilla",B:B)
  6. 8177

    Auofilter in excel (Active or Not)

    Cheers Guys thanks for your help they work great
  7. 8177

    Auofilter in excel (Active or Not)

    Hi Guys I need to find out if the autofilter is On or Not I have tried Public Sub t() Sheets("Effort").Select If AutoFilter.Active Then MsgBox "On" Else MsgBox "Not On" End If End Sub also Public Sub t() Sheets("Effort").Select If AutoFilter = True Then MsgBox "On" Else MsgBox "Not On" End...
  8. 8177

    Code for saving outlook 2003 calendar as a web page

    You guess right as we want to hard code the server location, saving as web will rely on the user to enter the correct location (mm danger)
  9. 8177

    Code for saving outlook 2003 calendar as a web page

    Hi Guy I'm new to VBA in Outlook and have been tasked to write some code that will save the calendar as a web page on a file server, and guess what i have know idea how. any ideas Malc
  10. 8177

    [b]ControlTip Text in Switchboard (Can they be changed)[/b]

    Thanks for this its a great help Malc
  11. 8177

    ControlTip Texts within the switchboards

    Thanks Pampers i tried this yesterday, however the tip stays the same no matter which switchboard you look at switchboard 1 button 1 has the same tip as switchboard 2 button 1 Malc
  12. 8177

    ControlTip Texts within the switchboards

    Hi Guys Does anybody know if you can change the ControlTip Texts within the switchboards depending on which switchboard you are looking at If so how?
  13. 8177

    [b]ControlTip Text in Switchboard (Can they be changed)[/b]

    Hi Guys Does anybody know if you can change the ControlTip Texts within the switchboards depending on which switchboard you are looking at If so how?
  14. 8177

    Disable the copy paste function

    Hi Guys Does anybody know of a way I can stop users from pasting data in to fields (Memo), as they keep pasting carriage returns etc
  15. 8177

    Number of working days between to dates

    Thanks lespaul faq181-261 works a treat many thanks for your help

Part and Inventory Search

Back
Top