Hello,
How can I copy from a closed workbook into an open workbook?
I tried with the Getdata command but it's for range, I like to copy the whole sheet to keep the hyperlink, format etc....
Thanks
Azban
Hello,
I try to add an hyperlink in a protected sheet within a macro.
It was working well at the beginning, but for some reason, now I have to unlock the cell to use the hyperlink when I protect the sheet.
But now, when you click anywhere on the sheet the hyperlink is activated....
I tryed to...
Hello,
I like to increase the column letter or number in VBA. But none of the code I tried work.
I like to do:
For i = 15 To 196
For j = 15 To 196
if Workbooks(Myname2).Sheets("training").Range(i & "15")= Workbooks(Myname2.Sheets("training").Range(j & "15") 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.