Hi there - i need urgnet help with this....
i have two spreadsheet - the first have a macro that brings up a browse dialog box where the user chooses a spreadsheet. Then the macro open the selected spreadsheet... My idea is to import data into a listbox , the user then clicks on a list item which then update the data from the first workbook into the selected workbook...
Im running into trouble just after i open the workbook from the Browse function - none of the code after the Set wb = Workbooks.Open(File) line runs... meaning I cant select a certains sheet and do any of the other functions..
I hope this makes sense.
Any help will be much appreciated
i have two spreadsheet - the first have a macro that brings up a browse dialog box where the user chooses a spreadsheet. Then the macro open the selected spreadsheet... My idea is to import data into a listbox , the user then clicks on a list item which then update the data from the first workbook into the selected workbook...
Im running into trouble just after i open the workbook from the Browse function - none of the code after the Set wb = Workbooks.Open(File) line runs... meaning I cant select a certains sheet and do any of the other functions..
I hope this makes sense.
Any help will be much appreciated