say I need to the below to store as a string variable.
Set autoUpdateClient = CreateObject("Microsoft.Update.AutoUpdate",strComputer)
notice teh quotations ? How can I store all of this as one string with the quotations included ?
I need to store this so I can manipulate it, but those quotes keep throwing me problems.