ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Display values in a drop down in range (https://www.excelbanter.com/excel-programming/378089-display-values-drop-down-range.html)

nir020

Display values in a drop down in range
 
I have created a macro (see below) that when run selects selects the values
from a range of cells and places those values in drop down list.

Sub DropDown1_Change()
Application.ScreenUpdating = False
rgn$ = Range("b5")
ActiveSheet.Shapes("Drop Down 3").Select ""
Selection.ListFillRange = rgn$

What would like to do is select the values from the drop down list and
display them in range of cells


Please can someone help

thanks

Nick



All times are GMT +1. The time now is 03:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com