View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T[_7_] Peter T[_7_] is offline
external usenet poster
 
Posts: 162
Default Range.Style code gives Run-time error 450

"Paul Martin" wrote in message

I know error 450 is associated with the Style name not existing


On Error Resume Next
Err.Raise 450
Debug.Print Err.Description

"Wrong number of arguments or invalid property assignment"

Could be many reasons apart from a Style not existing, not that I have any
idea what might be the reason.

Difficult to hazard a guess just looking at your code. If you can, upload a
non sensitive file to show the error.

Peter T