Excel VBA InputBox Enter Value to Cell

preview_player
Показать описание
In this video, I show you how to get a value from the user using inputbox and enter it in a cell. We use the xlUp trick to enter values entered from the inputbox into subsequent cells and create a list. An InputBox is a simply way to allow users to enter values using a user interface rather than entering them directly onto the sheet.
Рекомендации по теме
Комментарии
Автор

How can I take the input value from the inputbox function and add it to a string in a specific cell location?

In other words, if I have a unit of measure as part of a text string in cell E4, how do I specify that the string the user enters should be placed in the string in that cell?

HarvestHarmonics
Автор

This only Changes My Sheet 2 name to whatever I input in the box.

JordanShafen