VBA code required for paste special and delete rows in multiple sheets

exceluser9

Active Member
Joined
Jun 27, 2015
Messages
388
Hi Team,

I have 5 sheets in a excel file and it will be saved in desktop with name Available_Book_Wk

5 sheet names are
Berry and Detail
All prod Sum
All sum Grey
Data Summary
Online Avail

Below are the features i require in 5 sheets

Berry and Detail - Do a paste special of all data
All prod Sum - Replace all #DIV/0! and #VALUE! with blanks
All sum Grey - Filter L17 which is = 0 and delete entire rows
Data Summary - Do a paste special of all data
Online Avail - Filter L17 which is = 0 and delete entire rows

I require a VBA code which has to open this excel file from desktop and perform the activity and save the file.
Basically my macro has to be a separate file which will perform activity in the file Available_Book_Wk

Thanks in advance
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,214,585
Messages
6,120,390
Members
448,957
Latest member
Hat4Life

We've detected that you are using an adblocker.

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.
Go back
Back
Top