Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 7, 2026
Topics: 61 / Replies: 1588
Reply
RE: Copy all excel files from a folder to open workbook to sheet 1

Hi Steven, This sounds like a job for Power Query - have you tried it? Please supply sample data files and an example of your expected result...

5 years ago
Forum
Reply
RE: How I find specific word in selected column using VBA code

Hi Rutuja, You haven't supplied a workbook with sample data so I'm guessing at what you are working with. You could try this Sub FindWord() ...

5 years ago
Forum
Reply
RE: Work area allocation

Hi, What you're asking isn't clear. Please supply a sample workbook and an an example of what you expect as a solution. Regards Phil

5 years ago
Forum
Reply
RE: Macro time waiting opening workbook

Hi Bandi, VBA isn't enabled by default as this poses a security risk. If it is enabled it should not be. So you can't do what you ask because 9...

5 years ago
Forum
Reply
RE: Adding column and moving it to the beginning of table

Hi Jacek, After adding the column, if you drag it into position so it's the first column, a new step is created which will do this every time. R...

5 years ago
Forum
Reply
RE: Checking if after grouping table there is specific value

Hi Jacek, Group the rows and aggregate the Number column by Minimum. This in itself will tell you if 1 exists, but if you want to create another c...

5 years ago
Forum
Reply
RE: Automatic correspondence in an Excel table

Hi Sebastien, The quickest solution would be to use the SUBSTITUTE function =SUBSTITUTE(SUBSTITUTE(H3," ", " / "),"License","O365 ") See atta...

5 years ago
Reply
RE: Group range of numbers into buckets

Hi Jason, See attached file for solution using this code if [#"Difference in Days - Paid Date vs Last Scan Date"] >= 1 and [#"Difference in D...

5 years ago
Forum
Topic
Forum
Replies: 1
Views: 1172
Reply
Reply
RE: Get Data for a Venn Diagram

Hi Robert, Yes there are a few ways to do this in PQ, check these posts out Easily Compare Multiple Tables in Power Query • My Online Training H...

5 years ago
Reply
RE: issue with Macro

Hi, When you open a workbook containing macros you should get a default warning towards the top of the screen (under the Ribbon) asking you if you ...

5 years ago
Forum
Reply
RE: Error Handling in VBA

Hi Nelly, Yes, you trap the error and log the filename as you see fit, then continue on with the next file. See these posts for instructions on er...

5 years ago
Forum
Reply
RE: Stopwatch based on cell value

Hi Scoti, This post describes how to create a stopwatch and is controlled by the value in a cell. Modifying the code should do what you want. T...

5 years ago
Forum
Reply
RE: VLookUp Copy with Formating

Hi, You haven't supplied any data so it's hard to understand what your data looks like. Please, always supply sample data and show your expecte...

5 years ago
Forum
Page 23 / 110
0