View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default "Save As" Max file size?

Welcome!

--JP

On Nov 2, 9:03*pm, Sklyn wrote:
Thanks JP,
Appreciate ur time..



"JP" wrote:
It's a VBA function you can use to make a disk file read-only. You
would run it after you save the workbook. See
http://www.techonthenet.com/excel/formulas/setattr.php


To use it, you would need to create a function and put it in a
standard module in your VB IDE. For information on where to put the
function, seehttp://www.rondebruin.nl/code.htm


--JP