LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #14   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding data to a cell via VBA


Hi, me again. The lines of code you have advised to use work great.
However, I'm not 100% sure what each line is doing which is giving me
difficulties in modifying it. At the moment the user enters the data in
column A and the value of the function is written to column B. I would
like to shift this across so the user enters the data in column B and
the function output appears in column C. But like I said, I'm not fully
understanding the code.

If you have the time I would appreciate it if you could give alittle
explanation of the below code. I get the jist of what is happening but
I'm not 100%; specifically the parts:

'Target(1).Column = 1'
'Application.EnableEvents = False'
'Target.Columns(1).Cells'
'Len(Trim(cell)) < 0'


If Target(1).Column = 1 Then
Application.EnableEvents = False
For Each cell In Target.Columns(1).Cells
If IsNumeric(cell) And Len(Trim(cell)) < 0 Then
Pressure = cell
cell.Offset(0, 1).Value = fnFractureVelocity(BackFillConstant,
FlowStress, Charpy, FractureArea, Pressure, ArrestPressure)
End If
Next
End If


--
Aaron1978
------------------------------------------------------------------------
Aaron1978's Profile: http://www.excelforum.com/member.php...o&userid=31201
View this thread: http://www.excelforum.com/showthread...hreadid=546244

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding cell data to a record MikeH Excel Discussion (Misc queries) 2 October 30th 08 10:20 PM
Adding up within a cell during data input purelycreativeadam Excel Discussion (Misc queries) 3 October 27th 08 05:25 PM
adding data to existing data cell Curious Excel Worksheet Functions 2 January 19th 07 08:21 PM
adding data containing name X on the cell Louie Excel Worksheet Functions 2 December 7th 06 01:48 AM
Adding hyperlink after the existing data in the cell helpwithXL Excel Programming 9 April 1st 05 05:32 PM


All times are GMT +1. The time now is 06:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"