Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50070

automaticlly add data to row

$
0
0
Hello,

I have a macro that add rows depends on if condition.
I want to add data to that rows in that macro.

the data that I want to add comes from formolas.
Examples:

Code:

=TEXT(F9&"/"&$B$1&"/"&$D$1,"ddd")
Code:

=IF(H9="08:00",Sheet2!$D$7,Sheet2!$D$6)
someone can help?

Thanks!

Viewing all articles
Browse latest Browse all 50070

Trending Articles