PoetEngineer Posted June 30, 2022 Posted June 30, 2022 (edited) Hi everyone, I've an excel workbook that has several excel worksheets. I wanna split them between current sheetname or sheet numbers. I found a VBA for that but it splits each of them as a workbook, I don't want that. I want to split more than one worksheet these I select into a workbook. Is it possible? example.xlsxSplit Worksheet VBA.txt Edited June 30, 2022 by PoetEngineer Quote
BIGAL Posted July 1, 2022 Posted July 1, 2022 This is lisp (setq xlSheets (vlax-get-property myBook "Sheets")) but you can see you get the property "sheets" not workbook. Google add worksheets excel VBA there shoudl be lots of hints in NON Cad forums but rather excel forums or youtube. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.