I've had a look around and not found anything that seems to address this issue.
We have a number of staff using a spreadsheet, designed as a data form( NOT a User form). One of the things they have to do when completing it, is to copy a photo from another propriety database and paste it onto the spreadsheet form, using copy paste.
Due to security considerations, there is no way to address the database directly.
There is a dedicated area on the worksheet for this, B2 - F16, Each row is 0.25" High, each column is 0.68" wide. The office version is MSO 2010.
Heres' the question;
Is there a way using VBA to constrain the pasted photo within the assigned row and column space automatically when the paste action happens?
At the moment they need to fiddle around to drag and stretch it to fit in. This takes additional time and really, really annoys them.
I am assuming it will be an event action of some sort.
'If at first you don't succeed, then your hammer is below specifications'
We have a number of staff using a spreadsheet, designed as a data form( NOT a User form). One of the things they have to do when completing it, is to copy a photo from another propriety database and paste it onto the spreadsheet form, using copy paste.
Due to security considerations, there is no way to address the database directly.
There is a dedicated area on the worksheet for this, B2 - F16, Each row is 0.25" High, each column is 0.68" wide. The office version is MSO 2010.
Heres' the question;
Is there a way using VBA to constrain the pasted photo within the assigned row and column space automatically when the paste action happens?
At the moment they need to fiddle around to drag and stretch it to fit in. This takes additional time and really, really annoys them.
I am assuming it will be an event action of some sort.
'If at first you don't succeed, then your hammer is below specifications'