View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default Control Text Box Data Transfer


You could play around with the TopLeftCell property but my personal
preference is to designate a range of cells that I want to use and the make
explicit value assignments to those cells for the value of the text boxes.
Maybe someone else has a better way, but if there is any adding or deleting
of rows and columns, The TopLeftCell property is not very stable.



"Ryan Hicks" <Ryan wrote in message
...
I have copied and pasted from a website with a list of fuel used that were
entered by the user. When copied to excel, all entry boxes turned to
control
text boxes. If there a macro to transfer the contents of the box to their
respective adjacent cell?