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 SkipVought 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: *

  • Users: DavCl
  • Order by date
  1. DavCl

    Move Sheets To New Workbook

    Hi I am trying to move sheets to a new workbook but I am having no luck Sub MoveSheets() Const ShDir As String = "C:\Users\daves\Desktop\Office\Excel\Charts Singles\" Dim thisWB As Workbook: Set thisWB = thisWorkbook Dim theYearBook As Workbook: Set theYearBook =...
  2. DavCl

    Date Wrong In Excel

    Could anyone please help I have built a form that inputs information into Excel one of the fields is a date format "d/m/yy" When it inputs this into Excel it imports the date as "m/d/yy" Any help appreciated
  3. DavCl

    How Do I insert Hyperlink to sheet in my workbook

    Hi How do I write code to insert a list of hyperlinks on sheet1 of my workbook, linking to all other sheets when clicked I have got this code Sub Macro3() rw = 1 For Each sh In Sheets rw = rw + 1 Cells(rw, 1).Select If sh.Name <> "Sheet1" Then...

Part and Inventory Search

Back
Top