View Single Post
 
Old 08-21-2019, 06:22 PM
Visor Visor is offline Windows 10 Office 2013
Advanced Beginner
 
Join Date: Aug 2019
Posts: 38
Visor is on a distinguished road
Default

Awesome!! I have tried different ways to check cases where it stops working, but all tests work well. Excellent!! Please, a final question, how do I build a general variable at the beginning so that every subroutine that has the variable acquires the assigned value?

Will it be this way?

HTML Code:
Option Explicit
'Dim oRng As String
'Set oRng.Text = "Student name"
Reply With Quote