Dim frm Set frm = Application.Forms("System:Form Name")frm.TextBox1.Text = "Hello"frm.DataGrid1.Refresh ' even access script on the formfrm.Script.SomeSubroutine "My Value" Set frm = Nothing