Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-03-2022, 03:30 PM
PomDave PomDave is offline VB Error Windows 10 VB Error Office 2010
Advanced Beginner
VB Error
 
Join Date: Sep 2011
Location: Australia
Posts: 49
PomDave is on a distinguished road
Default VB Error

Hi All,

I'm trying to get my revised sheet to calculate prices and cannot see why it won't work.

My original had a macro with the following code that worked just fine:

Public Function DisneyStampListings(pRange1 As Range, pRange2 As Range) As Double
'Update 20140210
Application.Volatile


Dim rng As Range
Dim xTotal As Double
xTotal = 0
For Each rng In pRange1
If rng.Font.Color = pRange2.Font.Color Then
xTotal = xTotal + rng.Value
End If
Next
DisneyStampListings = xTotal
End Function

Now all I have done is copy the code over to my revised sheet and I get 'Expected end of statement' error which I can't resolve.

Public Fuction Disney_Stamp_Listings_2022 (pRange1 as Range, pRange2 as Range) As Double

Application.Volatile
Dim rng As Range
Dim xTotal As Double
xTotal = 0
For Each rng In Range1
If rng.Font.Color = p2Range.Font.Color Then
xTotal = xTotal + rng.Value
End If
Next
Disney_Stamp_Listings_2022 = xTotal
End Function

Any ideas
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
VB Error error handler: inserting building blocks when multiple cells in a table are selected creates error LSLSLS Word VBA 2 01-07-2022 05:46 AM
Suddenly having trouble using .Refresh BackgroundQuery. Error 1004, General ODBC Error PLSBRYDOBOY Excel Programming 0 08-30-2019 12:17 PM
VB Error Automation error Unknown error" message once they open the Excel file hlina Excel 1 10-08-2013 09:14 PM
VB Error Microsoft office 2010 error 2908 and error 1935 !!!!!!heeeeellpppp!!!!!!!!! bennypryde Office 1 01-05-2012 03:33 PM
Runtime error 5487 - Word cannot complete the save to to file permission error franferns Word 0 11-25-2009 05:35 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:05 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft