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

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,216,075
Messages
6,128,662
Members
449,462
Latest member
Chislobog

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