Your code has this line in it
ProbeFeed = GetUserDRO(1152) 'You could put a probing feedrate here instead.
That will be what sets your feedrate, if you do not have a DRO for probe feedrate then you have two choices, you can create a User DRO with the OEM code 1152 or you can enter a value directly into the VB itself.
For the latter if you replaced the GetUserDRO(1152) with a value you wish the feedrate to be then it should work.
Example if you changed that line to
ProbeFeed = 10
then it should probe at 10 units per minute.
Hood
Edit, see Ger beat me to it
