Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need someone to help me to rectify the following VBA codes which had taken from other excel file to use for Excel VBA learning exercise. However, I face the problem when I run excel macro on these codes in Excel 2007, it prompts the error Method Open of object Workbooks failed and it stops at VBA code Workbooks.Open filenams (counter) Dim lngCount As Long Dim filenames As Variant filenames = Application.GetOpenFilename(, , , , True) counter = 1 While counter <= UBound(filenames) Workbooks.Open filenames(counter) counter = counter + 1 Wend Thanks in advance Regards Len |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to open wk1 files in excel 2007 | Excel Discussion (Misc queries) | |||
Can't open excel 2007 files from desktop | Excel Discussion (Misc queries) | |||
I have Excel 2007. Some of my files open and some do not. Why? | Excel Discussion (Misc queries) | |||
Excel 2007 - Can't open xls files from Explorer | Excel Discussion (Misc queries) | |||
Excel 2007: Files do not open | Excel Discussion (Misc queries) |