vb.net - How to get a list of excel cell 'name' references in vbnet? -


i'm trying copy data 1 excel workbook another. both workbooks have same cell 'name' reference, data contained in cell references identical hence why im trying list references (to later map values) .

is there way can list cell references in workbook using vbnet?

a loop perhaps?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -