The following code does the following:
Users selects/opens a file-> data from the selected file gets copied to the data in the source worksheet/file
Sub test()
Dim file_open As Variant
Dim WB As Workbook
file_open = Application.GetOpenFilename("Excel Files (*.xls), *.xls")
Set WB =...
Hello
I am getting the Runtime 424 error with the code below. I am a newbie and have looked at help but cannot understand how I can modify the code below to give me what I wana do.
Purpose of the code:
User selects a file->Open the file->copy over A10 to A10 of the source file
Thanks in...
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.