View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default Programatically deleting Range

Oops, typos! Should be:

CREATE TABLE MyNamedRange
(
Col1 INTEGER,
Col2 INTEGER
)
;

CREATE TABLE [Sheet1$]
(
Col1 INTEGER,
Col2 INTEGER
)
;

--