Not returning to the sub after a call to another sub

SeniorTom

Board Regular
Joined
Jun 5, 2017
Messages
96
I call the sub, but I never get back to the original sub. Perhaps I am not declaring properly.
' Both resides in the general window.



Dim RosterFileName As Variant

Sub update_trackingFile()
' Routing to take responses from a google form's spreadsheet and
' update the tracking file to make active player. It will also email a response to
' the requester's email

Call OfferRosterFile

Debug.Print RosterFileName

End Sub

---------------------------------------------------------------------------------------------------------------
Sub OfferRosterFile()
'
' Offers Files will present roster files to use with this response
.
My code
.


End Sub ' just goes back to Sub OfferRosterFile()
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,225,761
Messages
6,186,890
Members
453,383
Latest member
SSXP

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top