Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: If Function

Hi Paul, You cannot identify the color of a Condtionally formatted cell, not even with vba. But you can evaluate the same formula used in that cond...

9 years ago
Reply
RE: Folders that encapsulate queries

Hi Celeste, Try attaching the image again, we cannot see it.

9 years ago
Forum
Reply
RE: Send email from Excel program

Hi, The MailTo hyperlinks are working on my computer, was able to use your file. Check if Outlook is the default application associated to MailTo l...

9 years ago
Reply
RE: add a new column to a query table and add a formula to only select the surname in an existing column containing the full names

Hi Hans, You don't really need formulas, forget about old excel habits and think in Power Query. You have many ways to do that, without even writin...

9 years ago
Forum
Reply
RE: Opening new instance of Excel

Hi Tim, That should be handled from the software you are using, not from excel, That application is handling office documents through its specific ...

9 years ago
Reply
RE: Text to Date

You have to be careful to the date format you build: I used "01/" as the first part of the string, and obviously it should represent the missing part ...

9 years ago
Forum
Reply
RE: Userform Data Validation

Hi, You can control everything the user does in that form. Check our file for an example. If you want to have a specific data format for a te...

9 years ago
Forum
Reply
RE: Text to Date

Hi Eduard, You can use the text functions to build a valid date, then format it: =Date.ToText(Date.From("01/"&Text.End([date],2)&"/"&...

9 years ago
Forum
Reply
RE: VeryHidden sheet without Project Editor

Catalin Bombea said Parameters: xlSheetVisible=-1 xlSheetHidden=0 xlSheetVeryHidden=2 If you're using the value 0, you're just switchin...

9 years ago
Forum
Reply
RE: VeryHidden sheet without Project Editor

Hi Alexandra, Visible is a property of the worksheet object, not a feature. You can place the code in any sheet module you want, or in a regular mo...

9 years ago
Forum
Reply
RE: Power Query Formula

Try an if conditon then, if you don't like the response types: if [2]>0 then [1]/[2] else 0

9 years ago
Forum
Reply
RE: VeryHidden sheet without Project Editor

Hi, Use: ThisWorkbook.Worksheets("Sheet1").Visible=2 ' xlSheetVeryHidden Parameters: xlSheetVisible=-1 xlSheetHidden=0 xlSh...

9 years ago
Forum
Reply
RE: Power query with web data stopped working

It's much easier in Power Query than before 🙂

9 years ago
Forum
Reply
RE: Power Query Formula

Hi Celeste, Use: try [Column1]/[Column2] otherwise 0

9 years ago
Forum
Reply
RE: Power query with web data stopped working

Yes, it's an old problem. Usually, a good firewall and site settings does most of the job, no need for specialized software like:Large sites do need s...

9 years ago
Forum
Page 110 / 130
0