I tried to enter the code below in VBA excel 2003. I filled this module section and there was an error after compiling. The error said "Syntax error". Plz help me how to fix it and i am new to VBA so i am learning how to do it. Thanking you.

[VBA]
Sub CubeRoot()
Num = InputBox(“Enter a positive number”)
MsgBox Num ^ (1/3) & “ is the cube root.”
End Sub
[/VBA]

Edit Lucas: VBA tags added to code. Anik, when you post code...select it and hit the vba button to format it for the forum.