Relative Content

Tag Archive for vba

Remove border between Excel and PPT for a copy and paste VBA

I have an issue with a simple copy and paste in VBA. Find below the code. The issue is the PastePicture create grey borders useless and I do not want them. I searched on Internet but nothing works. Could you please help me to remove those borders on my Paste?

Copy Cells Without Certain Text on Excel Macro

I’m new to VBA. I have this code that works perfectly fine with hundred thousands of data. Any idea how I could keep this code and add any function or code that could skip copying cells that contain “no” and copy the rest of the cells that contains anything.