I use the 'Me' word in a lot of code as
Me(pubStrCurrentCell).Caption = pubStrJobName ' pubStrCurrentCell is the name of an object on a form
It works real well in code on that form. However, if I want to use that same line in a module, it does not work at all. Is there anyway to reference an object in a modlue using a variable?