![]() |
Insert the value from an input box
Hi, i need to insert a value into a cell in a different worksheet to the
one that i am working in. I need to start at A1 and go down to the end of the list and insert the input box value in the next empty space. Could somebody please help with some code, thanks in advance. Tempy *** Sent via Developersdex http://www.developersdex.com *** |
Insert the value from an input box
something akin to ans = Inputbox(value) With worksheets("Sheet2") .Cells(.Cells(Rows.Count,"A").End(xlUp).Row+1,"A") .Value = ans End With -- HTH Bob Phillips "Tempy" wrote in message ... Hi, i need to insert a value into a cell in a different worksheet to the one that i am working in. I need to start at A1 and go down to the end of the list and insert the input box value in the next empty space. Could somebody please help with some code, thanks in advance. Tempy *** Sent via Developersdex http://www.developersdex.com *** |
Insert the value from an input box
Thanks Bob, your help is appreciated as always.
Tempy *** Sent via Developersdex http://www.developersdex.com *** |
All times are GMT +1. The time now is 05:20 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com