Hello,
I need a macro that, after clicking a button, will copy the data on my worksheet to a new workbook without the formulas or macro button. Just the data on the worksheet.
In this example, I have the worksheet tab "Practice" which contains formulas, the macro button and a table of data beginning on A6.
I Need to copy the data from A6 onto a new workbook with the data only. No formulas or buttons:
This file will be shared by multiple people and will be used with varying data every time, so I want the new workbook to simply be a new workbook ("book1", "book2") etc... I don't want to reference any other saved workbook, nor do I want to assign a file location to save the new workbook. Simply enter the data, click the button to copy as text to a new workbook (keeping the table format), and allow the user to save the new file however they would like.
All I currently have is the ability to open a new workbook and copy the info exactly as the current workbook is. My VBA knowledge is very basic, so this is all I have currently:
If I need some sort of range copy and paste special feature, I'm not sure how to do this onto the new workbook.
Thank you in advance!
I need a macro that, after clicking a button, will copy the data on my worksheet to a new workbook without the formulas or macro button. Just the data on the worksheet.
In this example, I have the worksheet tab "Practice" which contains formulas, the macro button and a table of data beginning on A6.
I Need to copy the data from A6 onto a new workbook with the data only. No formulas or buttons:
This file will be shared by multiple people and will be used with varying data every time, so I want the new workbook to simply be a new workbook ("book1", "book2") etc... I don't want to reference any other saved workbook, nor do I want to assign a file location to save the new workbook. Simply enter the data, click the button to copy as text to a new workbook (keeping the table format), and allow the user to save the new file however they would like.
All I currently have is the ability to open a new workbook and copy the info exactly as the current workbook is. My VBA knowledge is very basic, so this is all I have currently:
If I need some sort of range copy and paste special feature, I'm not sure how to do this onto the new workbook.
Thank you in advance!