Macro to insert data to changing cells
Solved/Closed
Related:
- Macro to insert data to changing cells
- How to insert photo in word for resume - Guide
- How to insert a checkmark in word - Guide
- How to insert watermark in word - Guide
- Tmobile data check - Guide
- Transfer data from one excel worksheet to another automatically - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
552
Oct 4, 2011 at 10:10 AM
Oct 4, 2011 at 10:10 AM
Hi Kasper,
Try this code:
Best regards,
Trowa
Try this code:
Sub test() iText = InputBox("What text?") iRow = InputBox("Which row?") Cells(iRow, 2).Value = iText End Sub
Best regards,
Trowa
Oct 5, 2011 at 10:05 AM
Regards,
Kasper