Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Pasting a Table from Excel to Powerpoint

Hi Rameez, There is no acreenshot attached, make sure you press the Start Upload button after you select files. have you tried recording a mac...

4 years ago
Forum
Reply
RE: Application.FileDialog(msoFileDialogOpen) opens folder twice

Look again at your code, you will see that ".Show" is found twice in your code. If you use .Show 10 times, it will display the dialog 10 times.

4 years ago
Forum
Reply
RE: Cell Value as file name

I don't understand the problem, looks like you know how to join pieces of text together. Why not adding the location to your formula: ="\mtlnas0...

4 years ago
Forum
Reply
RE: Cell Value as file name

how to put in cell a105 to put the complete file path in the formula. What formula you have in A105? And where is the folder location?

4 years ago
Forum
Reply
RE: BACKUP LINK

Put the full path in E3, not just the file name. Or, put the network folder address in code before E3 value: NetworkPath & ActiveWorkbook.Ac...

4 years ago
Forum
Reply
RE: What is the best way to update a core query used across multiple different workbooks and data models?

Hi Louis, You'll have to use vba for this. Basically, make changes in only 1 workbook query, and the query text will become the reference for al...

4 years ago
Forum
Reply
RE: Value distribution over time

Hi Klaus, Formulas will not work, you will need a vba solution for this. Please provide a sample file with a manual example showing before and a...

4 years ago
Reply
RE: Excel Communication with Hysys

Can't use the file you sent, macro 4 functions are blocked on my system. Anyway, they will removed from excel, why concentrating on a solution that wi...

4 years ago
Forum
Reply
RE: BACKUP LINK

No, will not work. Why don't you use the example I sent? your double quotes are not properly added, already gave you the correct string: "<a ...

4 years ago
Forum
Reply
RE: BACKUP LINK

According to HTML language, that's the way to create a hyperlink: It's the only way.

4 years ago
Forum
Reply
RE: Error When Refreshing Power Query Connections Using VBA

If works from excel, it should work from vba as well. Try with background query set to false, otherwise vba will not wait until the query finishes....

4 years ago
Forum
Reply
RE: BACKUP LINK

Hi Jose, You have to use the href tag: "<a href=""" & LinkHere & """>" & ActiveWorkbook.FullName & "</a>" Are you...

4 years ago
Forum
Reply
RE: Cell Value as file name

Try: save_name=Activesheet.Range("A105").Value Make sure cell A105 has the extension as well, not just the complete file path, if not, ...

4 years ago
Forum
Reply
RE: Add a Remark as a measure to filter the PowerPivot Table

Hi Sajil, To compare different periods, you have to build a different structure, see this example:

4 years ago
Forum
Reply
RE: Use VBA to Set Print Area

Great, glad to hear you managed to make it work! 🙂

4 years ago
Forum
Page 31 / 130