Sabtu, 04 November 2017

[smf_addin] Digest Number 4208[2 Attachments]

15 Messages

Digest #4208
1a
Re: smfGetPortfolioView, variables by "Randy Harmelink" rharmelink
3a
Re: Getting Quotes by "Randy Harmelink" rharmelink
3b
Re: Getting Quotes by "Yahoo!" lewglenn
3c
Re: Getting Quotes [1 Attachment] by "Randy Harmelink" rharmelink
3d
Re: Getting Quotes by "Pieter van Leeuwen" pietertvl
3e
Re: Getting Quotes by "Randy Harmelink" rharmelink
3f
Re: Getting Quotes by "Yahoo!" lewglenn
3g
Re: Getting Quotes by "Yahoo!" lewglenn
4.2
Re: RCHGetYahooQuotes(B6:B50,C4:V4) by "Randy Harmelink" rharmelink
4.4
5a

Messages

Sat Nov 4, 2017 2:04 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

When you array-enter a formula, it allows the function to be able to place
values in any of the cells in the range it was entered over. That's normal
with EXCEL.

For example, array-enter this hard-coded array over a 4-row by 1 column
range:

={1;2;3;4}

If you do it over a 4-row by 2-column range, each column will have the same
data.

Or, over a 2x2 range:

={1,2;3,4}

On Sat, Nov 4, 2017 at 1:57 PM, johnhoel1248@
​...
wrote:

>
> I have been watching this discussion with interest because I write VBA as
> well. As far as I know, a function cannot change any cell other than the
> one from which it is invoked, and that only by the value it returns. Is
> this code part of a function, or part of a sub invoked as a macro? If a
> function, how can it change a range?
>

Sat Nov 4, 2017 2:31 pm (PDT) . Posted by:

john_hoel

So the statement starting with

Range("A2:I70") = smfGetYahooPortfolioView(...)

was illustrative and not literally coded that way.

I finally read the code for smfGetYahooPortfolioView, which I should have done previously, and now array entry is starting to make sense.

Sat Nov 4, 2017 2:08 pm (PDT) . Posted by:

"Yahoo!" lewglenn

To answer your question, when it stopped it didn't give any vba message; it just highlighted the segment I reproduced in my last email.
When I ran your test macro it gave the attached results (which are obviously not correct). I checked again that the RCH_Stock_Market_Functions.xla file in SMF Add-in has the date Thursday, ‎November ‎02, ‎2017, ‏‎10:07:18 AM.
So I'm really confused as to what's happening.

On Saturday, November 4, 2017, 1:33:11 PM PDT, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:

  [Attachment(s) from Randy Harmelink included below]

If it's stopped on the function definition statement, pTickers would be empty. It's saying it can't start the routine because it has a problem. What VBA message are you getting at the time?
Let's try this. I'll attach a workbook with just my test macro in it. Try it and see if your version of the add-in works with it.
On Sat, Nov 4, 2017 at 1:01 PM, Yahoo! lewglenn@​... wrote:

When I duplicate what you did it still didn't work. When it executes the command in my subroutine:
Range("A2:H70") = smfGetYahooPortfolioView( SelStr, "0151181920158756", , 1)
it steps into your function modGetYahooPortfolio and it stops with the code segment:
Public Function smfGetYahooPortfolioView(ByVal pTickers As Variant, _
                         Optional ByVal pItems As Variant = " 010203040506070809101112131415 161718192021222324252627282930 31323334", _
                         Optional ByVal pView As String = "Obsolete", _
                         Optional ByVal pHeader As Integer = 0, _
                         Optional ByVal pDim1 As Integer = 0, _
                         Optional ByVal pDim2 As Integer = 0)yellowed out.
When I look at pTickers, it says Empty. The same for pItems. I checked that the first argument to the smfGetYahooPortfolioView function, SelStr, is correctly populated but somehow it's not getting in to
modGetYahooPortfolio.
Do you have any suggestion as to what I'm still doing wrong?

On Saturday, November 4, 2017, 12:00:12 PM PDT, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:

 

This works for me:
​​SelStr = "TLT,TLT,EDV,CVX,SON,VNQ,SBIO, T,TQQQ,MORL,DFT,BAX," _       & "BIP,EIGR,XLV,QQQ,XHB,ITB,DBC, GILD,SRC,MRCC,DES,TQQQ," _       & "AHH,HDV,SPHD,XBI,EEM,UVE,KRE, VOE,GDX,SILJ,DSENX,EFA," _       & "DGRW,REML&quot;
Range("A2:I70") = smfGetYahooPortfolioView( SelStr, "013518192015163535", , 1)
...although my results are different now because I've added the additional fields. So, adding the additional fields, I have this code:
SelStr = "TLT,TLT,EDV,CVX,SON,VNQ,SBIO, T,TQQQ,MORL,DFT,BAX," _       & "BIP,EIGR,XLV,QQQ,XHB,ITB,DBC, GILD,SRC,MRCC,DES,TQQQ," _       & "AHH,HDV,SPHD,XBI,EEM,UVE,KRE, VOE,GDX,SILJ,DSENX,EFA," _       & "DGRW,REML&quot;
Range("A2:H70") = smfGetYahooPortfolioView( SelStr, "0151181920158756", , 1)
...which generates something like:

| Symbol | Prev Close | Open | High | Low | Last Price | Last Traded Date/Time | 50-DMA |
| TLT | $125.30 | $125.47 | $125.70 | $125.14 | $125.64 | 11/3/2017 8:00:00 PM | $124.87 |
| -- | -- | -- | -- | -- | -- | -- | -- |
| EDV | $118.52 | $118.68 | $119.27 | $118.47 | $119.25 | 11/3/2017 8:00:01 PM | $117.60 |
| CVX | $115.33 | $115.48 | $115.75 | $114.73 | $114.99 | 11/3/2017 8:04:39 PM | $117.43 |
| SON | $51.65 | $51.68 | $52.12 | $51.35 | $51.91 | 11/3/2017 8:00:58 PM | $50.90 |
| VNQ | $83.30 | $82.89 | $83.41 | $82.53 | $83.09 | 11/3/2017 8:00:00 PM | $83.43 |
| SBIO | $30.42 | $30.58 | $31.08 | $30.58 | $31.05 | 11/3/2017 7:59:30 PM | $31.02 |
| T | $33.17 | $33.34 | $33.39 | $32.95 | $33.30 | 11/3/2017 8:04:34 PM | $36.76 |
| TQQQ | $129.12 | $130.49 | $132.87 | $129.17 | $132.72 | 11/3/2017 8:00:00 PM | $119.06 |

The reason the second row is empty is you passed TLT twice. As is, the function only fills in the first occurrence of a ticker symbol.

#yiv6816268095 #yiv6816268095 -- #yiv6816268095ygrp-mkp {border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}#yiv6816268095 #yiv6816268095ygrp-mkp hr {border:1px solid #d8d8d8;}#yiv6816268095 #yiv6816268095ygrp-mkp #yiv6816268095hd {color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}#yiv6816268095 #yiv6816268095ygrp-mkp #yiv6816268095ads {margin-bottom:10px;}#yiv6816268095 #yiv6816268095ygrp-mkp .yiv6816268095ad {padding:0 0;}#yiv6816268095 #yiv6816268095ygrp-mkp .yiv6816268095ad p {margin:0;}#yiv6816268095 #yiv6816268095ygrp-mkp .yiv6816268095ad a {color:#0000ff;text-decoration:none;}#yiv6816268095 #yiv6816268095ygrp-sponsor #yiv6816268095ygrp-lc {font-family:Arial;}#yiv6816268095 #yiv6816268095ygrp-sponsor #yiv6816268095ygrp-lc #yiv6816268095hd {margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}#yiv6816268095 #yiv6816268095ygrp-sponsor #yiv6816268095ygrp-lc .yiv6816268095ad {margin-bottom:10px;padding:0 0;}#yiv6816268095 #yiv6816268095actions {font-family:Verdana;font-size:11px;padding:10px 0;}#yiv6816268095 #yiv6816268095activity {background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}#yiv6816268095 #yiv6816268095activity span {font-weight:700;}#yiv6816268095 #yiv6816268095activity span:first-child {text-transform:uppercase;}#yiv6816268095 #yiv6816268095activity span a {color:#5085b6;text-decoration:none;}#yiv6816268095 #yiv6816268095activity span span {color:#ff7900;}#yiv6816268095 #yiv6816268095activity span .yiv6816268095underline {text-decoration:underline;}#yiv6816268095 .yiv6816268095attach {clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}#yiv6816268095 .yiv6816268095attach div a {text-decoration:none;}#yiv6816268095 .yiv6816268095attach img {border:none;padding-right:5px;}#yiv6816268095 .yiv6816268095attach label {display:block;margin-bottom:5px;}#yiv6816268095 .yiv6816268095attach label a {text-decoration:none;}#yiv6816268095 blockquote {margin:0 0 0 4px;}#yiv6816268095 .yiv6816268095bold {font-family:Arial;font-size:13px;font-weight:700;}#yiv6816268095 .yiv6816268095bold a {text-decoration:none;}#yiv6816268095 dd.yiv6816268095last p a {font-family:Verdana;font-weight:700;}#yiv6816268095 dd.yiv6816268095last p span {margin-right:10px;font-family:Verdana;font-weight:700;}#yiv6816268095 dd.yiv6816268095last p span.yiv6816268095yshortcuts {margin-right:0;}#yiv6816268095 div.yiv6816268095attach-table div div a {text-decoration:none;}#yiv6816268095 div.yiv6816268095attach-table {width:400px;}#yiv6816268095 div.yiv6816268095file-title a, #yiv6816268095 div.yiv6816268095file-title a:active, #yiv6816268095 div.yiv6816268095file-title a:hover, #yiv6816268095 div.yiv6816268095file-title a:visited {text-decoration:none;}#yiv6816268095 div.yiv6816268095photo-title a, #yiv6816268095 div.yiv6816268095photo-title a:active, #yiv6816268095 div.yiv6816268095photo-title a:hover, #yiv6816268095 div.yiv6816268095photo-title a:visited {text-decoration:none;}#yiv6816268095 div#yiv6816268095ygrp-mlmsg #yiv6816268095ygrp-msg p a span.yiv6816268095yshortcuts {font-family:Verdana;font-size:10px;font-weight:normal;}#yiv6816268095 .yiv6816268095green {color:#628c2a;}#yiv6816268095 .yiv6816268095MsoNormal {margin:0 0 0 0;}#yiv6816268095 o {font-size:0;}#yiv6816268095 #yiv6816268095photos div {float:left;width:72px;}#yiv6816268095 #yiv6816268095photos div div {border:1px solid #666666;min-height:62px;overflow:hidden;width:62px;}#yiv6816268095 #yiv6816268095photos div label {color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}#yiv6816268095 #yiv6816268095reco-category {font-size:77%;}#yiv6816268095 #yiv6816268095reco-desc {font-size:77%;}#yiv6816268095 .yiv6816268095replbq {margin:4px;}#yiv6816268095 #yiv6816268095ygrp-actbar div a:first-child {margin-right:2px;padding-right:5px;}#yiv6816268095 #yiv6816268095ygrp-mlmsg {font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}#yiv6816268095 #yiv6816268095ygrp-mlmsg table {font-size:inherit;font:100%;}#yiv6816268095 #yiv6816268095ygrp-mlmsg select, #yiv6816268095 input, #yiv6816268095 textarea {font:99% Arial, Helvetica, clean, sans-serif;}#yiv6816268095 #yiv6816268095ygrp-mlmsg pre, #yiv6816268095 code {font:115% monospace;}#yiv6816268095 #yiv6816268095ygrp-mlmsg * {line-height:1.22em;}#yiv6816268095 #yiv6816268095ygrp-mlmsg #yiv6816268095logo {padding-bottom:10px;}#yiv6816268095 #yiv6816268095ygrp-msg p a {font-family:Verdana;}#yiv6816268095 #yiv6816268095ygrp-msg p#yiv6816268095attach-count span {color:#1E66AE;font-weight:700;}#yiv6816268095 #yiv6816268095ygrp-reco #yiv6816268095reco-head {color:#ff7900;font-weight:700;}#yiv6816268095 #yiv6816268095ygrp-reco {margin-bottom:20px;padding:0px;}#yiv6816268095 #yiv6816268095ygrp-sponsor #yiv6816268095ov li a {font-size:130%;text-decoration:none;}#yiv6816268095 #yiv6816268095ygrp-sponsor #yiv6816268095ov li {font-size:77%;list-style-type:square;padding:6px 0;}#yiv6816268095 #yiv6816268095ygrp-sponsor #yiv6816268095ov ul {margin:0;padding:0 0 0 8px;}#yiv6816268095 #yiv6816268095ygrp-text {font-family:Georgia;}#yiv6816268095 #yiv6816268095ygrp-text p {margin:0 0 1em 0;}#yiv6816268095 #yiv6816268095ygrp-text tt {font-size:120%;}#yiv6816268095 #yiv6816268095ygrp-vital ul li:last-child {border-right:none !important;}#yiv6816268095
Attachment(s) from Yahoo!
1 of 1 File(s)

Sat Nov 4, 2017 2:08 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

Specific example please. Did you try the example workbook?

On Sat, Nov 4, 2017 at 2:02 PM, cschwartz@
​...
wrote:

>
> Thanks. Yes read blog and have updated version.
>
> When I input formula my cells are blank. Not sure if I am using the
> correct formula or inserting information properly.
>
>

Sat Nov 4, 2017 2:13 pm (PDT) . Posted by:

"Yahoo!" lewglenn

I did and I attached the result. I'll attach it again.


On Saturday, November 4, 2017, 2:09:08 PM PDT, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:

 

Specific example please. Did you try the example workbook?
On Sat, Nov 4, 2017 at 2:02 PM, cschwartz@​... wrote:

Thanks.  Yes read blog and have updated version.
When I input formula my cells are blank.   Not sure if I am using the correct formula or inserting information properly.

#yiv8939699449 #yiv8939699449 -- #yiv8939699449ygrp-mkp {border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}#yiv8939699449 #yiv8939699449ygrp-mkp hr {border:1px solid #d8d8d8;}#yiv8939699449 #yiv8939699449ygrp-mkp #yiv8939699449hd {color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}#yiv8939699449 #yiv8939699449ygrp-mkp #yiv8939699449ads {margin-bottom:10px;}#yiv8939699449 #yiv8939699449ygrp-mkp .yiv8939699449ad {padding:0 0;}#yiv8939699449 #yiv8939699449ygrp-mkp .yiv8939699449ad p {margin:0;}#yiv8939699449 #yiv8939699449ygrp-mkp .yiv8939699449ad a {color:#0000ff;text-decoration:none;}#yiv8939699449 #yiv8939699449ygrp-sponsor #yiv8939699449ygrp-lc {font-family:Arial;}#yiv8939699449 #yiv8939699449ygrp-sponsor #yiv8939699449ygrp-lc #yiv8939699449hd {margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}#yiv8939699449 #yiv8939699449ygrp-sponsor #yiv8939699449ygrp-lc .yiv8939699449ad {margin-bottom:10px;padding:0 0;}#yiv8939699449 #yiv8939699449actions {font-family:Verdana;font-size:11px;padding:10px 0;}#yiv8939699449 #yiv8939699449activity {background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}#yiv8939699449 #yiv8939699449activity span {font-weight:700;}#yiv8939699449 #yiv8939699449activity span:first-child {text-transform:uppercase;}#yiv8939699449 #yiv8939699449activity span a {color:#5085b6;text-decoration:none;}#yiv8939699449 #yiv8939699449activity span span {color:#ff7900;}#yiv8939699449 #yiv8939699449activity span .yiv8939699449underline {text-decoration:underline;}#yiv8939699449 .yiv8939699449attach {clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}#yiv8939699449 .yiv8939699449attach div a {text-decoration:none;}#yiv8939699449 .yiv8939699449attach img {border:none;padding-right:5px;}#yiv8939699449 .yiv8939699449attach label {display:block;margin-bottom:5px;}#yiv8939699449 .yiv8939699449attach label a {text-decoration:none;}#yiv8939699449 blockquote {margin:0 0 0 4px;}#yiv8939699449 .yiv8939699449bold {font-family:Arial;font-size:13px;font-weight:700;}#yiv8939699449 .yiv8939699449bold a {text-decoration:none;}#yiv8939699449 dd.yiv8939699449last p a {font-family:Verdana;font-weight:700;}#yiv8939699449 dd.yiv8939699449last p span {margin-right:10px;font-family:Verdana;font-weight:700;}#yiv8939699449 dd.yiv8939699449last p span.yiv8939699449yshortcuts {margin-right:0;}#yiv8939699449 div.yiv8939699449attach-table div div a {text-decoration:none;}#yiv8939699449 div.yiv8939699449attach-table {width:400px;}#yiv8939699449 div.yiv8939699449file-title a, #yiv8939699449 div.yiv8939699449file-title a:active, #yiv8939699449 div.yiv8939699449file-title a:hover, #yiv8939699449 div.yiv8939699449file-title a:visited {text-decoration:none;}#yiv8939699449 div.yiv8939699449photo-title a, #yiv8939699449 div.yiv8939699449photo-title a:active, #yiv8939699449 div.yiv8939699449photo-title a:hover, #yiv8939699449 div.yiv8939699449photo-title a:visited {text-decoration:none;}#yiv8939699449 div#yiv8939699449ygrp-mlmsg #yiv8939699449ygrp-msg p a span.yiv8939699449yshortcuts {font-family:Verdana;font-size:10px;font-weight:normal;}#yiv8939699449 .yiv8939699449green {color:#628c2a;}#yiv8939699449 .yiv8939699449MsoNormal {margin:0 0 0 0;}#yiv8939699449 o {font-size:0;}#yiv8939699449 #yiv8939699449photos div {float:left;width:72px;}#yiv8939699449 #yiv8939699449photos div div {border:1px solid #666666;min-height:62px;overflow:hidden;width:62px;}#yiv8939699449 #yiv8939699449photos div label {color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}#yiv8939699449 #yiv8939699449reco-category {font-size:77%;}#yiv8939699449 #yiv8939699449reco-desc {font-size:77%;}#yiv8939699449 .yiv8939699449replbq {margin:4px;}#yiv8939699449 #yiv8939699449ygrp-actbar div a:first-child {margin-right:2px;padding-right:5px;}#yiv8939699449 #yiv8939699449ygrp-mlmsg {font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}#yiv8939699449 #yiv8939699449ygrp-mlmsg table {font-size:inherit;font:100%;}#yiv8939699449 #yiv8939699449ygrp-mlmsg select, #yiv8939699449 input, #yiv8939699449 textarea {font:99% Arial, Helvetica, clean, sans-serif;}#yiv8939699449 #yiv8939699449ygrp-mlmsg pre, #yiv8939699449 code {font:115% monospace;}#yiv8939699449 #yiv8939699449ygrp-mlmsg * {line-height:1.22em;}#yiv8939699449 #yiv8939699449ygrp-mlmsg #yiv8939699449logo {padding-bottom:10px;}#yiv8939699449 #yiv8939699449ygrp-msg p a {font-family:Verdana;}#yiv8939699449 #yiv8939699449ygrp-msg p#yiv8939699449attach-count span {color:#1E66AE;font-weight:700;}#yiv8939699449 #yiv8939699449ygrp-reco #yiv8939699449reco-head {color:#ff7900;font-weight:700;}#yiv8939699449 #yiv8939699449ygrp-reco {margin-bottom:20px;padding:0px;}#yiv8939699449 #yiv8939699449ygrp-sponsor #yiv8939699449ov li a {font-size:130%;text-decoration:none;}#yiv8939699449 #yiv8939699449ygrp-sponsor #yiv8939699449ov li {font-size:77%;list-style-type:square;padding:6px 0;}#yiv8939699449 #yiv8939699449ygrp-sponsor #yiv8939699449ov ul {margin:0;padding:0 0 0 8px;}#yiv8939699449 #yiv8939699449ygrp-text {font-family:Georgia;}#yiv8939699449 #yiv8939699449ygrp-text p {margin:0 0 1em 0;}#yiv8939699449 #yiv8939699449ygrp-text tt {font-size:120%;}#yiv8939699449 #yiv8939699449ygrp-vital ul li:last-child {border-right:none !important;}#yiv8939699449
Attachment(s) from Yahoo!
1 of 1 File(s)

Sat Nov 4, 2017 2:37 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

It says you are using version 2017.09.17. That's the problem.

On Sat, Nov 4, 2017 at 2:12 PM, Yahoo! lewglenn@
​...
wrote:

>
> I did and I attached the result. I'll attach it again.
>
>

Sat Nov 4, 2017 2:39 pm (PDT) . Posted by:

"Pieter van Leeuwen" pietertvl

This may be issue of single cell vs array entry. (my issue an hour ago)

I'm still looking around to see what array entry means.

Pasting over multiple cells merely repeats.

Doubt it means using text wrap.

Nothing on google explaining that so far.

From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com]
Sent: Saturday, November 04, 2017 2:03 PM
To: smf_addin@yahoogroups.com
Subject: Re: [smf_addin] Getting Quotes

Thanks. Yes read blog and have updated version.

When I input formula my cells are blank. Not sure if I am using the correct formula or inserting information properly.

Sat Nov 4, 2017 2:46 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

"To array-enter a formula in EXCEL, first highlight the range of cells
where you would like the returned data to appear -- the number of rows for
the range should be AT LEAST the number of ticker symbols you are
requesting from the function, while the number of columns for the range
should be AT LEAST the number of data items you are requesting for each
ticker symbol from the function. Next, enter your formula and then press
Ctrl-Shift-Enter."

On Sat, Nov 4, 2017 at 2:39 PM, 'Pieter van Leeuwen' pieter_biz@ecentral.com
[smf_addin] <smf_addin@yahoogroups.com> wrote:

>
> This may be issue of single cell vs array entry. (my issue an hour
> ago)
>
> I'm still looking around to see what array entry means.
>
>
>
> Pasting over multiple cells merely repeats.
>
> Doubt it means using text wrap.
>
>
>
> Nothing on google explaining that so far.
>
>
>

Sat Nov 4, 2017 2:49 pm (PDT) . Posted by:

"Yahoo!" lewglenn

Very strange. When I look at the properties of the RCH_Stock_Market_Functions.xla file in SMF Add-in, it says Created: Thursday, ‎November ‎02, ‎2017, ‏‎10:07:18 AM. For the RCHGetElementNumber-Element-Definitions.xls file it says  Created:  Saturday, ‎September ‎16, ‎2017, ‏‎11:23:06 AM.
I'll try the download again.


On Saturday, November 4, 2017, 2:37:46 PM PDT, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:

 

It says you are using version 2017.09.17. That's the problem.
On Sat, Nov 4, 2017 at 2:12 PM, Yahoo! lewglenn@​... wrote:

I did and I attached the result. I'll attach it again.


#yiv4541286270 #yiv4541286270 -- #yiv4541286270ygrp-mkp {border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}#yiv4541286270 #yiv4541286270ygrp-mkp hr {border:1px solid #d8d8d8;}#yiv4541286270 #yiv4541286270ygrp-mkp #yiv4541286270hd {color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}#yiv4541286270 #yiv4541286270ygrp-mkp #yiv4541286270ads {margin-bottom:10px;}#yiv4541286270 #yiv4541286270ygrp-mkp .yiv4541286270ad {padding:0 0;}#yiv4541286270 #yiv4541286270ygrp-mkp .yiv4541286270ad p {margin:0;}#yiv4541286270 #yiv4541286270ygrp-mkp .yiv4541286270ad a {color:#0000ff;text-decoration:none;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ygrp-lc {font-family:Arial;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ygrp-lc #yiv4541286270hd {margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ygrp-lc .yiv4541286270ad {margin-bottom:10px;padding:0 0;}#yiv4541286270 #yiv4541286270actions {font-family:Verdana;font-size:11px;padding:10px 0;}#yiv4541286270 #yiv4541286270activity {background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}#yiv4541286270 #yiv4541286270activity span {font-weight:700;}#yiv4541286270 #yiv4541286270activity span:first-child {text-transform:uppercase;}#yiv4541286270 #yiv4541286270activity span a {color:#5085b6;text-decoration:none;}#yiv4541286270 #yiv4541286270activity span span {color:#ff7900;}#yiv4541286270 #yiv4541286270activity span .yiv4541286270underline {text-decoration:underline;}#yiv4541286270 .yiv4541286270attach {clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}#yiv4541286270 .yiv4541286270attach div a {text-decoration:none;}#yiv4541286270 .yiv4541286270attach img {border:none;padding-right:5px;}#yiv4541286270 .yiv4541286270attach label {display:block;margin-bottom:5px;}#yiv4541286270 .yiv4541286270attach label a {text-decoration:none;}#yiv4541286270 blockquote {margin:0 0 0 4px;}#yiv4541286270 .yiv4541286270bold {font-family:Arial;font-size:13px;font-weight:700;}#yiv4541286270 .yiv4541286270bold a {text-decoration:none;}#yiv4541286270 dd.yiv4541286270last p a {font-family:Verdana;font-weight:700;}#yiv4541286270 dd.yiv4541286270last p span {margin-right:10px;font-family:Verdana;font-weight:700;}#yiv4541286270 dd.yiv4541286270last p span.yiv4541286270yshortcuts {margin-right:0;}#yiv4541286270 div.yiv4541286270attach-table div div a {text-decoration:none;}#yiv4541286270 div.yiv4541286270attach-table {width:400px;}#yiv4541286270 div.yiv4541286270file-title a, #yiv4541286270 div.yiv4541286270file-title a:active, #yiv4541286270 div.yiv4541286270file-title a:hover, #yiv4541286270 div.yiv4541286270file-title a:visited {text-decoration:none;}#yiv4541286270 div.yiv4541286270photo-title a, #yiv4541286270 div.yiv4541286270photo-title a:active, #yiv4541286270 div.yiv4541286270photo-title a:hover, #yiv4541286270 div.yiv4541286270photo-title a:visited {text-decoration:none;}#yiv4541286270 div#yiv4541286270ygrp-mlmsg #yiv4541286270ygrp-msg p a span.yiv4541286270yshortcuts {font-family:Verdana;font-size:10px;font-weight:normal;}#yiv4541286270 .yiv4541286270green {color:#628c2a;}#yiv4541286270 .yiv4541286270MsoNormal {margin:0 0 0 0;}#yiv4541286270 o {font-size:0;}#yiv4541286270 #yiv4541286270photos div {float:left;width:72px;}#yiv4541286270 #yiv4541286270photos div div {border:1px solid #666666;min-height:62px;overflow:hidden;width:62px;}#yiv4541286270 #yiv4541286270photos div label {color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}#yiv4541286270 #yiv4541286270reco-category {font-size:77%;}#yiv4541286270 #yiv4541286270reco-desc {font-size:77%;}#yiv4541286270 .yiv4541286270replbq {margin:4px;}#yiv4541286270 #yiv4541286270ygrp-actbar div a:first-child {margin-right:2px;padding-right:5px;}#yiv4541286270 #yiv4541286270ygrp-mlmsg {font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}#yiv4541286270 #yiv4541286270ygrp-mlmsg table {font-size:inherit;font:100%;}#yiv4541286270 #yiv4541286270ygrp-mlmsg select, #yiv4541286270 input, #yiv4541286270 textarea {font:99% Arial, Helvetica, clean, sans-serif;}#yiv4541286270 #yiv4541286270ygrp-mlmsg pre, #yiv4541286270 code {font:115% monospace;}#yiv4541286270 #yiv4541286270ygrp-mlmsg * {line-height:1.22em;}#yiv4541286270 #yiv4541286270ygrp-mlmsg #yiv4541286270logo {padding-bottom:10px;}#yiv4541286270 #yiv4541286270ygrp-msg p a {font-family:Verdana;}#yiv4541286270 #yiv4541286270ygrp-msg p#yiv4541286270attach-count span {color:#1E66AE;font-weight:700;}#yiv4541286270 #yiv4541286270ygrp-reco #yiv4541286270reco-head {color:#ff7900;font-weight:700;}#yiv4541286270 #yiv4541286270ygrp-reco {margin-bottom:20px;padding:0px;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ov li a {font-size:130%;text-decoration:none;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ov li {font-size:77%;list-style-type:square;padding:6px 0;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ov ul {margin:0;padding:0 0 0 8px;}#yiv4541286270 #yiv4541286270ygrp-text {font-family:Georgia;}#yiv4541286270 #yiv4541286270ygrp-text p {margin:0 0 1em 0;}#yiv4541286270 #yiv4541286270ygrp-text tt {font-size:120%;}#yiv4541286270 #yiv4541286270ygrp-vital ul li:last-child {border-right:none !important;}#yiv4541286270

Sat Nov 4, 2017 3:01 pm (PDT) . Posted by:

"Yahoo!" lewglenn

When I just download the zip file the RCHGetElementNumber-Element-Definitions.xls file says it was modified 9/16/17. The RCH_Stock_Market_Functions.xla file says it was modified 11/2/2017.
The WinZip file has the header RCH_Stock_Market_Functions-2.1.2017.11.02.zip. Is this the correct zip file? Do I have the wrong url?

On Saturday, November 4, 2017, 2:37:46 PM PDT, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:

 

It says you are using version 2017.09.17. That's the problem.
On Sat, Nov 4, 2017 at 2:12 PM, Yahoo! lewglenn@​... wrote:

I did and I attached the result. I'll attach it again.


#yiv4541286270 #yiv4541286270 -- #yiv4541286270ygrp-mkp {border:1px solid #d8d8d8;font-family:Arial;margin:10px 0;padding:0 10px;}#yiv4541286270 #yiv4541286270ygrp-mkp hr {border:1px solid #d8d8d8;}#yiv4541286270 #yiv4541286270ygrp-mkp #yiv4541286270hd {color:#628c2a;font-size:85%;font-weight:700;line-height:122%;margin:10px 0;}#yiv4541286270 #yiv4541286270ygrp-mkp #yiv4541286270ads {margin-bottom:10px;}#yiv4541286270 #yiv4541286270ygrp-mkp .yiv4541286270ad {padding:0 0;}#yiv4541286270 #yiv4541286270ygrp-mkp .yiv4541286270ad p {margin:0;}#yiv4541286270 #yiv4541286270ygrp-mkp .yiv4541286270ad a {color:#0000ff;text-decoration:none;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ygrp-lc {font-family:Arial;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ygrp-lc #yiv4541286270hd {margin:10px 0px;font-weight:700;font-size:78%;line-height:122%;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ygrp-lc .yiv4541286270ad {margin-bottom:10px;padding:0 0;}#yiv4541286270 #yiv4541286270actions {font-family:Verdana;font-size:11px;padding:10px 0;}#yiv4541286270 #yiv4541286270activity {background-color:#e0ecee;float:left;font-family:Verdana;font-size:10px;padding:10px;}#yiv4541286270 #yiv4541286270activity span {font-weight:700;}#yiv4541286270 #yiv4541286270activity span:first-child {text-transform:uppercase;}#yiv4541286270 #yiv4541286270activity span a {color:#5085b6;text-decoration:none;}#yiv4541286270 #yiv4541286270activity span span {color:#ff7900;}#yiv4541286270 #yiv4541286270activity span .yiv4541286270underline {text-decoration:underline;}#yiv4541286270 .yiv4541286270attach {clear:both;display:table;font-family:Arial;font-size:12px;padding:10px 0;width:400px;}#yiv4541286270 .yiv4541286270attach div a {text-decoration:none;}#yiv4541286270 .yiv4541286270attach img {border:none;padding-right:5px;}#yiv4541286270 .yiv4541286270attach label {display:block;margin-bottom:5px;}#yiv4541286270 .yiv4541286270attach label a {text-decoration:none;}#yiv4541286270 blockquote {margin:0 0 0 4px;}#yiv4541286270 .yiv4541286270bold {font-family:Arial;font-size:13px;font-weight:700;}#yiv4541286270 .yiv4541286270bold a {text-decoration:none;}#yiv4541286270 dd.yiv4541286270last p a {font-family:Verdana;font-weight:700;}#yiv4541286270 dd.yiv4541286270last p span {margin-right:10px;font-family:Verdana;font-weight:700;}#yiv4541286270 dd.yiv4541286270last p span.yiv4541286270yshortcuts {margin-right:0;}#yiv4541286270 div.yiv4541286270attach-table div div a {text-decoration:none;}#yiv4541286270 div.yiv4541286270attach-table {width:400px;}#yiv4541286270 div.yiv4541286270file-title a, #yiv4541286270 div.yiv4541286270file-title a:active, #yiv4541286270 div.yiv4541286270file-title a:hover, #yiv4541286270 div.yiv4541286270file-title a:visited {text-decoration:none;}#yiv4541286270 div.yiv4541286270photo-title a, #yiv4541286270 div.yiv4541286270photo-title a:active, #yiv4541286270 div.yiv4541286270photo-title a:hover, #yiv4541286270 div.yiv4541286270photo-title a:visited {text-decoration:none;}#yiv4541286270 div#yiv4541286270ygrp-mlmsg #yiv4541286270ygrp-msg p a span.yiv4541286270yshortcuts {font-family:Verdana;font-size:10px;font-weight:normal;}#yiv4541286270 .yiv4541286270green {color:#628c2a;}#yiv4541286270 .yiv4541286270MsoNormal {margin:0 0 0 0;}#yiv4541286270 o {font-size:0;}#yiv4541286270 #yiv4541286270photos div {float:left;width:72px;}#yiv4541286270 #yiv4541286270photos div div {border:1px solid #666666;min-height:62px;overflow:hidden;width:62px;}#yiv4541286270 #yiv4541286270photos div label {color:#666666;font-size:10px;overflow:hidden;text-align:center;white-space:nowrap;width:64px;}#yiv4541286270 #yiv4541286270reco-category {font-size:77%;}#yiv4541286270 #yiv4541286270reco-desc {font-size:77%;}#yiv4541286270 .yiv4541286270replbq {margin:4px;}#yiv4541286270 #yiv4541286270ygrp-actbar div a:first-child {margin-right:2px;padding-right:5px;}#yiv4541286270 #yiv4541286270ygrp-mlmsg {font-size:13px;font-family:Arial, helvetica, clean, sans-serif;}#yiv4541286270 #yiv4541286270ygrp-mlmsg table {font-size:inherit;font:100%;}#yiv4541286270 #yiv4541286270ygrp-mlmsg select, #yiv4541286270 input, #yiv4541286270 textarea {font:99% Arial, Helvetica, clean, sans-serif;}#yiv4541286270 #yiv4541286270ygrp-mlmsg pre, #yiv4541286270 code {font:115% monospace;}#yiv4541286270 #yiv4541286270ygrp-mlmsg * {line-height:1.22em;}#yiv4541286270 #yiv4541286270ygrp-mlmsg #yiv4541286270logo {padding-bottom:10px;}#yiv4541286270 #yiv4541286270ygrp-msg p a {font-family:Verdana;}#yiv4541286270 #yiv4541286270ygrp-msg p#yiv4541286270attach-count span {color:#1E66AE;font-weight:700;}#yiv4541286270 #yiv4541286270ygrp-reco #yiv4541286270reco-head {color:#ff7900;font-weight:700;}#yiv4541286270 #yiv4541286270ygrp-reco {margin-bottom:20px;padding:0px;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ov li a {font-size:130%;text-decoration:none;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ov li {font-size:77%;list-style-type:square;padding:6px 0;}#yiv4541286270 #yiv4541286270ygrp-sponsor #yiv4541286270ov ul {margin:0;padding:0 0 0 8px;}#yiv4541286270 #yiv4541286270ygrp-text {font-family:Georgia;}#yiv4541286270 #yiv4541286270ygrp-text p {margin:0 0 1em 0;}#yiv4541286270 #yiv4541286270ygrp-text tt {font-size:120%;}#yiv4541286270 #yiv4541286270ygrp-vital ul li:last-child {border-right:none !important;}#yiv4541286270

Sat Nov 4, 2017 2:31 pm (PDT) . Posted by:

palminha

Sorry Randy,

I inserted some images I don't know you cant see them sorry about that.

I don´t have smfFixLinks macro in the add-in, were can I get it?

I have several places were I have SMF Add-In files in my PC maybe i need to delete all :-((

Before RCHGetYahooQuotes stop working I needed to open RCH_Stock_Market_Functions every day before running my files to be able to get data.

Kind Regards
Paulo

Sat Nov 4, 2017 2:44 pm (PDT) . Posted by:

"Randy Harmelink" rharmelink

The smfFixLinks macro in the add-in. I assume you think you don't have it
because Alt+F8 doesn't show it? Alt+F8 only shows macros in open WORKBOOKS.
It doesn't show macros from add-ins. You'd need to type in the name of the
macro. Then the buttons should activate.

I have it saved to a button on my Quick Access Toolbar.

If EXCEL isn't loading the add-in automatically, it may be the issue that
first occurred in July of last year because MicroSoft issued some security
updates. For a workaround suggested by Microsoft, see:

https://groups.yahoo.com/neo/groups/smf_addin/conversations/messages/30568

On Sat, Nov 4, 2017 at 2:31 PM, palminha@
​...
wrote:

>
> Sorry Randy,
>
> I inserted some images I don't know you cant see them sorry about that.
>
> I don´t have smfFixLinks macro in the add-in, were can I get it?
>
> I have several places were I have SMF Add-In files in my PC maybe i need
> to delete all :-((
>
> Before RCHGetYahooQuotes stop working I needed to open
> RCH_Stock_Market_Functions every day before running my files to be able to
> get data.
>
>

Sat Nov 4, 2017 2:53 pm (PDT) . Posted by:

palminha

OK Randy after I do that I run macro and get this

Sat Nov 4, 2017 2:58 pm (PDT) . Posted by:

"lswpubrw" lswpubrlw

John,

That works on my installation, thanks for sharing:^ )

Bob
lswpubrw@optonline.net
warasir@sunysuffolk.edu
bobwarasila@lswpub.com

From: johneknudson@yahoo.com [smf_addin]
Sent: Saturday, November 4, 2017 4:37 PM
To: smf_addin@yahoogroups.com
Subject: [smf_addin] Re: RCHGetYahooQuotes(B6:B50,C4:V4)

And I see (from other threads) that =smfGetYahooPortfolioView(A2,"15") get me share price where A2 is my ticker price field.

Many thanks to Randy for his hard work due to the Yahoo change. -Ted

Sat Nov 4, 2017 2:51 pm (PDT) . Posted by:

johnross999

I am wondering if there is a way using this function in the example sheet

=smfGetYahooPortfolioView($B$4:$B$411,$C$2:$AJ$2,,1)

and NOT displaying the headers in the first line?
Tx
For the Add-in, Documentation, Templates, Tips and FAQs, visit http://ogres-crypt.com/SMF

Tidak ada komentar:

Posting Komentar