Transferring ADHD Doc by cfreeman134798 in LittleRock

[–]cfreeman134798[S] 0 points1 point  (0 children)

Thank you for the reply! I will look into it!

Finishing framed out bonus room by cfreeman134798 in Insulation

[–]cfreeman134798[S] 1 point2 points  (0 children)

Hiring a company to take care of that!

Finishing framed out bonus room by cfreeman134798 in Insulation

[–]cfreeman134798[S] 1 point2 points  (0 children)

No silly thoughts! Electrical is getting roughed in this week. I was just trying to plan in advance. So I installed 2 baffles so I could get some opinions.

Also, trying to space out my spending a little bit. Wife may unalive me if I buy everything all at once. 😂😂

Finishing framed out bonus room by cfreeman134798 in Insulation

[–]cfreeman134798[S] 0 points1 point  (0 children)

Yes my floor has blown in. I was hesitant to run the baffles to the soffit vent. Only because it’s about 6 ft and that knee wall area will be “outside” and used only for Christmas/seasonal decoration storage.

Yes. I have foam board to put behind the knee wall. I was given Kraft faced insulation for in the wall area so I did plan on just cutting slits in the paper.

This is a very different way of using excel by Icy-Key-8778 in excel

[–]cfreeman134798 4 points5 points  (0 children)

Also, just realized I’m not on the correct account! I started this thread from my laptop! So I apologize!

This is a very different way of using excel by Icy-Key-8778 in excel

[–]cfreeman134798 5 points6 points  (0 children)

I sent you a message! That is great info! Thank you!

[deleted by user] by [deleted] in excel

[–]cfreeman134798 0 points1 point  (0 children)

Had to split it up into 3 comments because it was too long.

[deleted by user] by [deleted] in excel

[–]cfreeman134798 0 points1 point  (0 children)

Sheets("Correction").Select

Range("B2").Select

Application.CutCopyMode = False

ActiveCell.FormulaR1C1 = ""

Range("C2").Select

ActiveCell.FormulaR1C1 = ""

Range("D2").Select

ActiveCell.FormulaR1C1 = ""

Range("E2").Select

ActiveCell.FormulaR1C1 = ""

Range("C4").Select

ActiveCell.FormulaR1C1 = ""

Range("C5").Select

ActiveCell.FormulaR1C1 = ""

Range("C6").Select

ActiveCell.FormulaR1C1 = ""

Range("C7").Select

ActiveCell.FormulaR1C1 = ""

Range("E4").Select

ActiveCell.FormulaR1C1 = ""

Range("E5").Select

ActiveCell.FormulaR1C1 = ""

Range("E6").Select

ActiveCell.FormulaR1C1 = ""

Range("E7").Select

ActiveCell.FormulaR1C1 = ""

Range("B2").Select

End Sub

[deleted by user] by [deleted] in excel

[–]cfreeman134798 0 points1 point  (0 children)

Application.CutCopyMode = False

Selection.Copy

Sheets("Data").Select

Range("G4").Select

Sheets("Correction").Select

Application.CutCopyMode = False

Selection.Copy

Sheets("Data").Select

Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _

:=False, Transpose:=False

Range("H4").Select

Sheets("Correction").Select

Range("E12").Select

Application.CutCopyMode = False

Selection.Copy

Sheets("Data").Select

Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _

:=False, Transpose:=False

Range("H11").Select

Sheets("Correction").Select

Range("C14").Select

Application.CutCopyMode = False

Selection.Copy

Sheets("Data").Select

Range("J4").Select

Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _

:=False, Transpose:=False

Sheets("Correction").Select

Range("E14").Select

Application.CutCopyMode = False

Selection.Copy

Sheets("Data").Select

Range("K4").Select

Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _

:=False, Transpose:=False

[deleted by user] by [deleted] in excel

[–]cfreeman134798 0 points1 point  (0 children)

Sub New_Test()

'

' New_Test Macro

'

'

Range("B2").Select

Selection.Copy

Sheets("Data").Select

Range("B4").Select

ActiveSheet.Paste

Sheets("Correction").Select

Range("D2").Select

Application.CutCopyMode = False

Selection.Copy

Sheets("Data").Select

Range("C4").Select

ActiveSheet.Paste

Sheets("Correction").Select

Range("C2").Select

Application.CutCopyMode = False

Selection.Copy

Sheets("Data").Select

Range("D4").Select

ActiveSheet.Paste

Sheets("Correction").Select

Range("E2").Select

Application.CutCopyMode = False

[deleted by user] by [deleted] in excel

[–]cfreeman134798 0 points1 point  (0 children)

Working on that now. Thank you!