Skip to main content
added 19 characters in body
Source Link
Taylor Raine
  • 9k
  • 2
  • 29
  • 53

Excel VBA, 1717 15 Bytes

Anonymous VBE immediate window funtion that takes input from cell [A1] and outputs spaces of length of the input to the VBE immediate window

?SpaceSpc([Len(A1)]) 

Excel VBA, 17 Bytes

Anonymous VBE immediate window funtion that takes input from cell [A1] and outputs spaces of length of the input to the VBE immediate window

?Space([Len(A1)]) 

Excel VBA, 17 15 Bytes

Anonymous VBE immediate window funtion that takes input from cell [A1] and outputs spaces of length of the input to the VBE immediate window

?Spc([Len(A1)]) 
edited body
Source Link
Taylor Raine
  • 9k
  • 2
  • 29
  • 53

Excel VBA, 17 Bytes

Anonymous VBE immediate window funtion that takes input from cell [A1] and outputs spaces of length of the input to the VBE immediate window

?Space(Len[Len([A1]A1)]) 

Excel VBA, 17 Bytes

Anonymous VBE immediate window funtion that takes input from cell [A1] and outputs spaces of length of the input to the VBE immediate window

?Space(Len([A1])) 

Excel VBA, 17 Bytes

Anonymous VBE immediate window funtion that takes input from cell [A1] and outputs spaces of length of the input to the VBE immediate window

?Space([Len(A1)]) 
technical correction
Source Link
Taylor Raine
  • 9k
  • 2
  • 29
  • 53

Excel VBA, 17 Bytes

Anonymous VBE immediate window funtion that takes input from cell A1[A1] and outputs spaces of length of the input to the VBE immediate window

?Space(Len([A1])) 

Excel VBA, 17 Bytes

Anonymous VBE immediate window funtion that takes input from cell A1 and outputs spaces of length of the input to the VBE immediate window

?Space(Len([A1])) 

Excel VBA, 17 Bytes

Anonymous VBE immediate window funtion that takes input from cell [A1] and outputs spaces of length of the input to the VBE immediate window

?Space(Len([A1])) 
Source Link
Taylor Raine
  • 9k
  • 2
  • 29
  • 53
Loading