Hi all - am a noobie so please bear with me   at one point in my script I am reading a URL from a browser (copy to clipboard and using clipget into a local variable $NewURL) and want to input it into a cell (N1, N2 etc) - but it doesnt work - it works ok if $NewURL is a simple text string but not a URL - any idea if I need a different write command for a URL? I use _OOoCalc_WriteCell($oCalc, $NewURL, "N" & $m)