Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
Reply
RE: Vlookup for filtered data in VBA

Hi, When the Validation sub runs you have these 3 lines of code at the top LR = Range("U" & Rows.Count).End(xlUp).Row LR1 = Range("B" ...

6 years ago
Forum
Reply
RE: Pivot Table filters not connecting to some pivot tables

Hi Philip, Use a free OneDrive account to store the file then share with us. Phil

6 years ago
Reply
RE: Excel Charts

Hi Hima, You can use a free OneDrive account to store the file then share the link to it Regards Phil

6 years ago
Reply
RE: Vlookup for filtered data in VBA

Philip Treacy said Please supply a workbook with data and clear explanations of what you want and the expected result. Thanks Phil I can't he...

6 years ago
Forum
Reply
RE: Vlookup for filtered data in VBA

Hi, If data is filtered, for example in a table, VLOOKUP still returns the same data. Filtering has no effect. Maybe if you explain what you ar...

6 years ago
Forum
Reply
RE: Searching records using vba

Hi Umesh, I'm not really sure why you are using filters and then copying data between sheets? If I was searching for something I'd write a sub lik...

6 years ago
Forum
Reply
RE: Searching records using vba

Hi Umesh, That Google Drive link is asking me to request access for the file. Can't you just attach the file to this thread? Video instructions...

6 years ago
Forum
Reply
RE: Compare Lists Within Custom Columns - Return Matching Values

Hi, List.Intersect requires the lists be supplied as a list. As written above it thinks that List2 is the 2nd optional parameter equationCriteria ...

6 years ago
Forum
Reply
RE: Insert Blank Row Every Third (or whatever) Row

Hi, This query will insert a blank row after every 3rd row: let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Changed Type" = Ta...

6 years ago
Forum
Reply
RE: How to use double quotes inside a string when writing a formula to cells

Hi, You need to double up on the double quotes inside the string, otherwise it looks to VBA like you are ending the string because there's a single...

6 years ago
Forum
Reply
RE: Concatenating and Do While Loop VBA

Hi, Why do more work than you need to? If Power Query can do this then that's what I'd use. If PQ can't do it then we can look at a VBA solution. ...

6 years ago
Forum
Reply
RE: Scrape Li under Ul tags using selenium

You're welcome. Next time you supply the HTML just copy the entire page rather than a part of it so that errors like missing tags don't happen. ...

6 years ago
Forum
Reply
RE: Clear the data Else put numbers in series

Hi Sholtan, As I said in the other thread, I believe your are cross posting these questions. The people who try to help you give up their own ti...

6 years ago
Forum
Reply
RE: Copy & Paste if condition met with add & subtract

Hi Sholtan, I believe your are cross posting these questions. Please read the terms for using this forum as you are in breach If you contin...

6 years ago
Forum
Reply
RE: Scrape Li under Ul tags using selenium

Hi Rajsha, The HTML excerpt you provided only had 1 UL in it, but that's ok to get this working. However there are other bits of code that are m...

6 years ago
Forum
Page 51 / 110
0