View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Christmas May[_2_] Christmas May[_2_] is offline
external usenet poster
 
Posts: 63
Default Controls on Excel Sheets from Control Toolbox

Fellow Excel VBA Programmers,

Nevermind, I actually figured this one out on my own. These controls were
modifing a part/catalog number located in cell A1. When this cell was locked
it was giving my problems. Once I was smart enough to add some code to lock
and unlock the A1 cell, my problems went away.

Sorry to waste a post,

Christmas May

"Christmas May" wrote:

Is it better to use the "Forms" controls or the "Control Toolbox" controls
and why?