Sorry, but I don't think I understand.
For i = 1 To 7
Windows(AFilePrefix & "Performance.xls").Activate 'selected protected workbook
Sheets(dyArray(i)).Select 'selected worksheet to copy from
Range("A1:AE124").Select
Application.CutCopyMode = False
Selection.Copy...
Hi. I've got a problem with a sub which copies from a protected worksheet in one workbook, into another worksheet in a different workbook. I open the protected workbook with:
Workbooks.Open "filename.xls", ReadOnly
I then call an 'Import' sub which strips out several worksheets individually...
Hi. I'm having trouble with passing parameters into a sub. I have a sub called 'Import'. I want to pass in two parameters: a filename prefix stored in a cell on the active worksheet, and a loop value so I can put an 'Imported' flag next to the cell where I picked up the prefix. Here is my button...
Hi. I've had a good look in the forums for a similar thread, but I couldn't find one so I'm sorry if I'm repeating this.
I'm producing a export spreadsheet that loads in other spreadsheet files and performs simple copy/paste routines from those into the export spreadsheet before performing a...
Hi. I'm looking for a way to present a report in a frame without the grey bar or zoom/page/print/export/search buttons and scrollbars that the activex view has. Is this possible?
Steve
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.