kstoneman10
Member
- Joined
- Feb 20, 2010
- Messages
- 11
- Programming Experience
- 3-5
I have a worksheet that I use as a template within in a workbook that I make copies of and then rename them. Here is the code I am using without success:
Right now I am getting this error, "Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))"
Any help is greatly appreciated.
HTML:
exlwb3.Worksheets("FA1").Copy(Before:=exlwb3.Worksheets("Combined"))
Right now I am getting this error, "Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))"
Any help is greatly appreciated.