Sub Button4_Click()
Dim n As Integer
n = Range("M4").Select
Call LaunchWEST("abx.Ins:& n &", "0", "")
OK so the range is an integer with SIX to Seven Digits and I want it the button to take this string from a Cell and Launch a function LaunchWEST, when the string is selected and completed the button should run:
LaunchWEST("abx.Ins:4879521", "0", "")
I am clueless here peeps.
Dim n As Integer
n = Range("M4").Select
Call LaunchWEST("abx.Ins:& n &", "0", "")
OK so the range is an integer with SIX to Seven Digits and I want it the button to take this string from a Cell and Launch a function LaunchWEST, when the string is selected and completed the button should run:
LaunchWEST("abx.Ins:4879521", "0", "")
I am clueless here peeps.