ChristianDK
Programmer
Hello
I'm having 3 problems and hoping to find some help here. I'm trying to move info from one cell to another or the footer
1. Set Range("sheet1!A1") = Range("sheet2!b2")
Don't seem to work, any ideér's?
2. ActiveCell.FormulaR1C1 = "=sheet1!A1"
This result in A1 = "=sheet1'!A1'", any way avoid the "'"?
3. With ActiveSheet.PageSetup
.LeftFooter = Range("sheet1!b3")
End With
The problem here is, i'm unable to set the font size, it uses the default Excel size.
Really hope for some help![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I'm having 3 problems and hoping to find some help here. I'm trying to move info from one cell to another or the footer
1. Set Range("sheet1!A1") = Range("sheet2!b2")
Don't seem to work, any ideér's?
2. ActiveCell.FormulaR1C1 = "=sheet1!A1"
This result in A1 = "=sheet1'!A1'", any way avoid the "'"?
3. With ActiveSheet.PageSetup
.LeftFooter = Range("sheet1!b3")
End With
The problem here is, i'm unable to set the font size, it uses the default Excel size.
Really hope for some help