I have used the code below to add a formula into a cell but all the references are absolute and I want C4a to be relative. How do I modify the code to get C4a relative?

C6b.Formula = "=ROUNDUP(" & C1a.Address & "*" & C4a.Address & "/" & C6a.Address & ",0)"
Thanks Sandy