ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Change object formula without selecting first ? (https://www.excelbanter.com/excel-programming/370620-change-object-formula-without-selecting-first.html)

[email protected]

Change object formula without selecting first ?
 
Hi All,

I have a procedure that remove camera objects formula,
but still select them first before remove the formula ,,, is it
possible to remove em without select ?

Here is the sample code :
Activesheet.shapes("Pic1").select
selection.formula = ""

Any help will be appreciated,,,

Tks
Halim


NickHK

Change object formula without selecting first ?
 
Have you tried Activesheet.shapes("Pic1").formula = ""

NickHK

wrote in message
ups.com...
Hi All,

I have a procedure that remove camera objects formula,
but still select them first before remove the formula ,,, is it
possible to remove em without select ?

Here is the sample code :
Activesheet.shapes("Pic1").select
selection.formula = ""

Any help will be appreciated,,,

Tks
Halim




[email protected]

Change object formula without selecting first ?
 
Hi Nick,
I've tried that but doesn't work ... ... ... ... ... ... ...

thnks,
halim

NickHK menuliskan:
Have you tried Activesheet.shapes("Pic1").formula = ""

NickHK

wrote in message
ups.com...
Hi All,

I have a procedure that remove camera objects formula,
but still select them first before remove the formula ,,, is it
possible to remove em without select ?

Here is the sample code :
Activesheet.shapes("Pic1").select
selection.formula = ""

Any help will be appreciated,,,

Tks
Halim




All times are GMT +1. The time now is 12:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com