Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
Reply
RE: Stock Portfolio Dashboard

Hi Steven, Can you upload a sample file that replicates the problem? We cannot debug without analyzing the file unfortunately. Thank you

1 year ago
Reply
RE: Getting a File from a URL

Hi Javier, Try opening Internet Options from Internet Explorer: In Internet Explorer, click Tools, and then click Internet Options. Click the Conte...

1 year ago
Forum
Reply
RE: Excel 2021 A perfectly working macroembedded xlsb file no longer works after minor modification

Hi Hans, Not a long time ago, there was a security measure implemented related to macros downloaded from internet. See this feb 2023 article her...

1 year ago
Forum
Reply
RE: VBA debug

Hi Karl, Just before that line in code, add a Debug.Print to see at what folder it fails: Debug.Print StartingFolder.Path NewRow.Cells(1, 1)....

1 year ago
Forum
Reply
RE: Uniform row height even after refreshing.

Before refresh, unprotect the sheet: tbl.Parent.Unprotect Password:="Your password here" tbl.QueryTable.Refresh BackgroundQuery:=False B...

2 years ago
Forum
Reply
RE: Uniform row height even after refreshing.

You have to adjust the code to your file. Replace in code SheetName and TableName with your real values, I lost my crystal ball to see these names in ...

2 years ago
Forum
Reply
RE: Uniform row height even after refreshing.

Hi Leah, The code should look like this: Sub RefreshTable() Dim tbl as listobject Set tbl=ThisWorkbook.Worksheets("SheetName").ListO...

2 years ago
Forum
Reply
RE: How to trace all dependents in all cells in all tabs at once

Hi Scotty, You can adjust this code for your specific needs:

2 years ago
Forum
Reply
RE: Uniform row height even after refreshing.

however, manual row heights are never preserved, Wrap text will be the way to go, unless you used vba code to set the row height to a specific value.

2 years ago
Forum
Reply
RE: Uniform row height even after refreshing.

Hi Leah, Make sure table is set to preserve cell formatting, after you set the table data range to Wrap Text if you want to wrap it.

2 years ago
Forum
Reply
RE: Build Dynamic Web url

Hi Wendy, Try these queries please: Name this query "GetHolidaysData": (region as text, year as text)=> let Source = Web.Page(Web.Conten...

2 years ago
Forum
Reply
RE: Color format changes when opened in different system

Hi Teja, I'm afraid we have no control in this problem, it's related to windows versions and display monitor, the display should use sRGB emulation...

2 years ago
Reply
RE: Build Dynamic Web url

Hi Wendy, You have to provide your attempts and indicate the step that fails and the error message, it will be much easier to understand the proble...

2 years ago
Forum
Reply
RE: Raw Data -> Power Query -> Database?

Hi Tony, Database should be the smallest challenge, any database will work fine: SQL Server, MySQL or any. Facebook is also using MySQL, they have mas...

2 years ago
Forum
Reply
RE: Power BI - Month End Debtor - Help!

Hi David, Looks like you are not using a dimension table for AccountNumber. If you create it and use it in the visual and formula, it will work.

2 years ago
Forum
Page 7 / 130