Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: Find and highlight multiple words in word document at once

Can you supply an example doc, its is almost impossible to imagine the layout and format? Also to you have a list of the names to look up in an excel ...

5 years ago
Forum
Reply
RE: Modified code to Send mail with two attachment.

i have had a quick look You seem to be doing quite a bit in the Macro and i think yoiu need to try and understand what is happening - do you know h...

5 years ago
Forum
Reply
RE: Showing previous 12 months data when selected any month in pivot table slicer

I have not found a simple way of doing this. there seems to be ways with extra pivots/powerpivot or VBA but nothing straight forward. It is possibl...

5 years ago
Reply
RE: Showing previous 12 months data when selected any month in pivot table slicer

Can you post the dummy data so that we dont have to waste time recreating it (probably incorrectly)

5 years ago
Reply
RE: How to organized the data in a pivot table???

Adding a workbook example is always better than adding a screen dump as we have to recreate data to doing any testing as far as know you only have ...

5 years ago
Reply
RE: Why is VBA running slowly?

Just a quick comment - with out seeing the data in the reports/extracts that the macro is opening it would be very difficult to know why the macro tak...

5 years ago
Forum
Reply
RE: Unique Values extracting by criteria

To my knowledge the sort function doesnt exist in Excel 2013 Which might explain when its hanging when trying to open

5 years ago
Reply
RE: Modified code to Send mail with two attachment.

Do you have an example of the code you are using? much easier to view and amend an example workbook When it comes to sending mails via VBA this sit...

5 years ago
Forum
Reply
RE: Send just page one of active sheet by email

If it just the button you want to remove then add in ActiveSheet.Shapes.Range(Array("CommandButton1")).Delete after the Set Wb2 = ActiveWorkb...

5 years ago
Forum
Reply
RE: how to move and automatically sort data?

Sorry, completly forgot Tried to make it as flexible as possible, might be overkill you need to put the destination Drive,Workbook name, sheet n...

5 years ago
Reply
RE: Send just page one of active sheet by email

As mentioned earlier - if you add an example workbook we can see what we are dealing with and it makes writting the code much easier

5 years ago
Forum
Reply
RE: Send just page one of active sheet by email

What do you mean by only 1 page? how is the sheet formatted? Its always best to add an example file so we know what you want and how stuff looks

5 years ago
Forum
Reply
RE: Vlookup Sorted on the Basis of Date and Should Return that values which is not equal to zero.

Its better if you put the question on the message board rather than in the file, so we can see what you are after easier. I have added a helper col...

5 years ago
Reply
RE: Calculated Fields in Pivot

Can you please add an exmaple work book rather than a picture? The resolution is poor so you cant see anything and it save us having to re-create a se...

5 years ago
Reply
RE: Macro to save to new folder works for me but not others

Maybe the password is conflicting with one of the updates the code is doing. Definitely get it tested without the password and then if it works, we ca...

5 years ago
Forum
Page 10 / 28