View Single Post
  #5   Report Post  
Posted to microsoft.public.scripting.vbscript,microsoft.public.dotnet.languages.vb,microsoft.public.excel.misc,microsoft.public.excel.programming
Michel Posseth [MCP] Michel Posseth  [MCP] is offline
external usenet poster
 
Posts: 2
Default How to delete the content of Excel cells from VBS script?

i guess she means X,Y so third column , sixth cell and cell eighteen



"Mike H" schreef in bericht
...
Hi,

What does '3,6 .... 3,18' mean? Are you say you want to delete all values
in
the range 3.6 to 3.18?

Mike

"Claudia d'Amato" wrote:

I would like to delete the current content/value of the cells

3,6 .... 3,18

How can I do this within a *.vbs script?

Claudia