Date
1 - 6 of 6
Add A LOGO/PIcture In Hutfudge Excel DLL
sales@...
I am using the Hutfudge excel dll.
I am trying to use the insert picture, not sure what the parameters mean. Regards Michael Charles
|
|
Craig Martin
Ha. I honestly don't recall, it was one of those things written maybe 15 years ago over a weekend with infinite utility but for a very specific purpose.
I don't have the source or notes immediately to hand on it, can you remind me of the specific function call?
And it was Hotfudge, not Hutfudge, taken from a sweet moment in Richard Bach's The Bridge Across Forever novel ("Fudge, for Hot", something like that)
Hot not Hut. Like me, more Han Solo than Jabba. 🙂
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of sales@... <sales@...>
Sent: Wednesday, May 11, 2022 5:50 AM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: [magicu-l] Add A LOGO/PIcture In Hutfudge Excel DLL Â
I am using the Hutfudge excel dll.
I am trying to use the insert picture, not sure what the parameters mean. Regards Michael Charles
|
|
sales@...
Hi Craig It was nice receiving you response. I think it UDF ('hfxls.insertpicture',Trim (BQ),BR,BS,BT,BU,BV,BW) Regards Michael Charles
|
|
sherman levine
On 5/16/2022 8:09 AM,
sales@... wrote:
|
|
Craig Martin
Good catch, Sherm. 🙂
Michael, OK, you can think of the parameters as a way of saying:
take this image file and place it in the given sheet between the bounding top left, bottom right cells and allow for rotation.
The sheet, row and column values are likely zero-index
So you might specify parameters with values something like
'c:\mybeautifulbikephotos\canyonultimate.jpg',
0,1,2,10,7,0
Try a few variations on that theme.
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of sherman levine <sherman.levine@...>
Sent: Monday, May 16, 2022 5:33 AM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: Re: [magicu-l] Add A LOGO/PIcture In Hutfudge Excel DLL Â
On 5/16/2022 8:09 AM,
sales@... wrote:
|
|
sales@...
Thanks I got it to work Warmest Regards Michael Charles
|
|