markgoolsbay
New Member
- Joined
- Aug 24, 2017
- Messages
- 4
Hello,
I'm new to VBA and can't find a workable solution to my issue.
I'm trying to insert my custom function adjacent (0,1) to each non-black cell on a worksheet. So if I have a string in cell D3, it will insert MyFunction() into cell E3. And loop through to do this for every non-blank cell in this worksheet.
Any help would be great!!
Mark
I'm new to VBA and can't find a workable solution to my issue.
I'm trying to insert my custom function adjacent (0,1) to each non-black cell on a worksheet. So if I have a string in cell D3, it will insert MyFunction() into cell E3. And loop through to do this for every non-blank cell in this worksheet.
Any help would be great!!
Mark