Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.excel.programming > #108570
| From | Claus Busch <claus_busch@t-online.de> |
|---|---|
| Newsgroups | microsoft.public.excel.programming |
| Subject | Re: Insert from paint and resize |
| Date | 2016-02-25 14:22 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <namv1a$tfs$1@dont-email.me> (permalink) |
| References | <71b849e5-f56d-4a17-80b3-785169f7d4d4@googlegroups.com> |
Hi Steven,
Am Thu, 25 Feb 2016 04:38:13 -0800 (PST) schrieb Steven@pctamers.eu:
> So near and yet, so far . . . basically I have the code to get the signature in, what I need is some code to select the inserted object and resize it - or any alternative anyone can think of to achieve a signature from Paint in that cell.
try after inserting the picture:
With SigPic
.Top = Range("B39").Top
.Height = Range("B39").Height
.Left = Range("B39").Left
.Width = Range("B39").Width
End With
Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
Back to microsoft.public.excel.programming | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Insert from paint and resize Steven@pctamers.eu - 2016-02-25 04:38 -0800
Re: Insert from paint and resize Claus Busch <claus_busch@t-online.de> - 2016-02-25 14:22 +0100
Re: Insert from paint and resize Steven@pctamers.eu - 2016-02-25 08:35 -0800
Re: Insert from paint and resize Claus Busch <claus_busch@t-online.de> - 2016-02-25 18:09 +0100
Re: Insert from paint and resize Steven@pctamers.eu - 2016-02-25 09:22 -0800
Re: Insert from paint and resize Claus Busch <claus_busch@t-online.de> - 2016-02-25 18:34 +0100
Re: Insert from paint and resize Steven@pctamers.eu - 2016-02-25 10:25 -0800
Re: Insert from paint and resize Claus Busch <claus_busch@t-online.de> - 2016-02-25 19:53 +0100
Re: Insert from paint and resize Steven@pctamers.eu - 2016-02-26 06:44 -0800
Re: Insert from paint and resize Steven@pctamers.eu - 2016-02-25 11:13 -0800
csiph-web