I'm working on a quote template that has 600+ products with descriptions and prices that gets autofiltered down to one product. After it has been filtered down to that one product how do I link that to a new worksheet?
This is for sales guys and they will work the quote up on one sheet and then send the quote from different sheet. They're computer skills are pretty bad, so copying and pasting something still leaves room for error.
Ideally, when the sale guys finishes sorting down to the product they want to sale it automatically populates the quote sheet. So all they have to do is click on the tab at the bottom and print the quote out.
This code will copy the visible cells (those that are not hidden through the autofilter) of the first sheet in the workbook to cell A1 on the second sheet.
It says "Can't execute code in break mode" and there is a yellow highlight on Sub Macro2()
This is what I have:
Sub Macro2()
'
' Macro2 Macro
' Msgbox Sheets("Worksheet").Range("A12").CurrentRegion.Address.SpecialCells(xlCellTypeVisible).Copy Sheets("Quote to Customer").Range("A13")
'
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.