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 =...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.