View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How to send a variable from a VB Module to an excel spreadsheet ce

worksheets("somesheetnamehere").range("theta").val ue = theta_eff

is one way.

Beavoid wrote:

Could someone post the solution of how to send a variable, theta_eff, to an
Excel cell named Theta?

Thanks!

B


--

Dave Peterson