Forum

Hans Hallebeek
@keebellah
Reputable Member
Joined: Oct 17, 2018
Topics: 8 / Replies: 365
Reply
RE: Load an Image into a user form Image control

@Velouria, thaks for pointing that out but I did that in the past first times many years ago but ran into issues with the LongPtr declartion. I set...

10 months ago
Reply
RE: Load an Image into a user form Image control

@Charles: one tip make sure your code works with both 64-bit and 32-bit versions of Excel #If VBA7 Then Private Declare PtrSafe Function IsClipbo...

10 months ago
Reply
RE: VBA Code to open a text file and save it to another folder as a text file replacing an existing file of the same

The code wil have to check if the file is present in the target folder, if it is, the use the command kill fullfilename (this means path AND filemname...

10 months ago
Forum
Reply
RE: JPG file set height & width

I think you should try use vb scripts instead of Excel VBA. I use vbsedit for many tasks, the code is Visual Basic and you can do much more. Vbs...

11 months ago
Forum
Reply
RE: Invoice: Total Sum Calculation wrong for Vertical Range but Correct For Horizontal Range

Good day, I also suggest you post the Excel version you're using

11 months ago
Reply
RE: Save As XLSX and Disable Query Refresh

Great to read. Happy it helped one way or another. May I ofer you a tip, I have similar files wher I hide and unhide multiple worksheets and the th...

11 months ago
Forum
Reply
RE: Save As XLSX and Disable Query Refresh

I use these code snippets I found a long time ago to remove all the connections that are created, maybe they can help you Public Sub RemoveC...

11 months ago
Forum
Reply
RE: MAIL DATA'S NOT SUMMING IN EXCEL

You cell content is imported as text and not as a sumber

12 months ago
Reply
RE: Dynamic array - splitting single column, replicate others

Looks great. pity my 2021 version runs short on the new 365 functions ;(

12 months ago
Reply
RE: Dynamic array - splitting single column, replicate others

I'm curious, this dynamic spilled array, is the number of elements in a cell limited to 2 or can there be more than 2?

12 months ago
Reply
RE: Fill in 365 user name

I don't remember USERNAME() or USER() to being a function in Excel; it's a Windows setting You will probably have to use a macro to retrieve the E...

1 year ago
Reply
RE: VBA to generate dynamic spilled formulas including XLOOKUP w/multiple criteria

Okay, congratulations for your new job. You know where to find us

1 year ago
Forum
Reply
RE: VBA to generate dynamic spilled formulas including XLOOKUP w/multiple criteria

You can build it into the template file (if its'macro enabled) to correct this when the new file is gerated. You have to cross-check if the filename i...

1 year ago
Forum
Reply
RE: Is there a better way to design the workbook I receive and work with the data for reporting?

I agree with Riny that PQ is a serious option. In my case, since neve stepped into PQ, I wrote an AddIn that contains all the functionality to pro...

1 year ago
Page 6 / 25