Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Create weather forecasts with just reading a WEB Page

I prefer to go for the Power Query solution already sent in the previous message. (Weather 7 days forecast.xlsx) All you have to do is to take the ...

9 years ago
Forum
Reply
RE: Create weather forecasts with just reading a WEB Page

Many errors indeed, mostly syntax errors, like WS=ActiveSheeet (note the 3 e) There is a reference needed in VB Project to Microsft XML . It's a...

9 years ago
Forum
Reply
RE: Create weather forecasts with just reading a WEB Page

Hope someone will have the time to help you, what you want is very time consuming and I can't help you, don't have enough time. There are many opti...

9 years ago
Forum
Reply
RE: Refresh PQ Mysql connections by other users of file

Hi Carolyn, The MySQL Connector is no installed, follow the link provided in that error message to download and install the missing connector. H...

9 years ago
Forum
Reply
RE: Create weather forecasts with just reading a WEB Page

Hi A.Maurizio, Your code will always add a new sheet and a new connection every time you use that button. Soon, you will have hundreds of connectio...

9 years ago
Forum
Reply
RE: Insert Update Delete Form with V Look Up

Hi, The line of code that writes Hours is disabled, uncomment it if you want it to write to table, see ModifyTableRow procedure. For Employee nu...

9 years ago
Forum
Reply
RE: Copy paste using Resize method - does it have limits?

Hi Daniel, There should be no other limits than sheet rows and columns limits. When the code breaks, try to find if that specific sheet that fai...

9 years ago
Forum
Reply
RE: Why mouse wheel becomes disabled in the workbook having power query tables/output etc.

Hi Hasnat, If you tried the solution found on web, inluding: Private Sub Workbook_Open() ActiveWindow.SmallScroll down:=1 ActiveWindow.Small...

9 years ago
Forum
Reply
RE: 6.11 Error Trapping - How can we calculate this column, using power query?

Hi Guilherme, The source is quite irrelevant, data can come from anywhere, you can always add a calculated column. The formula depends on the type ...

9 years ago
Forum
Reply
RE: Retaining an unrelated column in a Group By

Hi Janice, Add 2 more columns in the Group By section: the Item Name and Description. You can an add more steps after grouping: sort the results...

9 years ago
Forum
Reply
RE: Split a column

Hi Bill, If you always have numbers first, you can try this method: Add a new column with this formula: =List.Max(Text.PositionOfAny([Text],{...

9 years ago
Forum
Reply
RE: Multiple String Search in Cell

Hi Tim, Use a table with multiple values to search, this formula for conditional formatting will do the job: =SUM(IFERROR(SEARCH(StringsToSearch...

9 years ago
Reply
RE: 4 Processor(s) each time data is updated

Hi, On large data sets, even a simple formula will take a while to recalculate. You should aggregate data with power query, or even a simple piv...

9 years ago
Reply
RE: Write Out Numbers in Words - Portuguese Version

Hi, Try the attached version. The initial code is not designed for so many variations and It's very hard to understand how it should be without man...

9 years ago
Forum
Reply
RE: Sumif Formula changes when I sort my data

Hi Brooke, There is a bug related to sorting. Is the formula entered in 'Parking ' sheet? If so, remove the sheet name from this reference: 'Parking '...

9 years ago
Page 112 / 130
0