Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how can I insert lines with the help of formulas

Hello,

I wanted to insert one line on the basis of values in the above cells
(formula). If formula extracts FALSE then macro should insert one line and do
some calculations.

Pls advise.

Gurdeep
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default how can I insert lines with the help of formulas

Sub Macro1()
With ActiveCell
If .Value = False Then
.EntireRow.Insert
End If
End With
End Sub
--
Gary''s Student - gsnu200781
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert lines in a cell Angie[_2_] Excel Worksheet Functions 2 February 13th 08 08:13 PM
Insert lines at each change in value LisaVH Excel Discussion (Misc queries) 3 December 13th 06 04:04 PM
Inserting Lines or Copying lines with formulas but without data wnfisba Excel Discussion (Misc queries) 2 August 18th 06 04:41 PM
insert lines abunge Excel Discussion (Misc queries) 3 June 5th 06 09:02 AM
Macro insert lines Esrei Excel Discussion (Misc queries) 4 August 11th 05 11:51 AM


All times are GMT +1. The time now is 02:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"