8 Messages
Digest #3902
Messages
Sat Jan 28, 2017 8:10 am (PST) . Posted by:
indinvestor111
Well, I don't have any programming skills, so can't give specific recommendations regarding the code. However, I did notice the "K" in your code is capitalized. The "k" on the site is lowercase. Does that matter? Yahoo uses uppercase for its "M" and "B", but for some reason not for "k".
Again, appreciate the time spent on this.
Feel better!!!
Again, appreciate the time spent on this.
Feel better!!!
Sat Jan 28, 2017 8:18 am (PST) . Posted by:
indinvestor111
Also, wouldn't it make sense to multiply the first line by 1 if you're multiplying the "M" by 1000?
Case UCase(Right(s2, 1)) = "K": s2 = Left(s2, Len(s2) - 1): nMult = 1000
Case UCase(Right(s2, 1)) = "M": s2 = Left(s2, Len(s2) - 1): nMult = 1000
Or does that introduce problems with other sites?
Case UCase(Right(
Case UCase(Right(
Or does that introduce problems with other sites?
Sat Jan 28, 2017 9:16 am (PST) . Posted by:
"Randy Harmelink" rharmelink
In the context
where "K" came up, it only meant actual thousands.
The problem is that some financial statements line items are in thousand of
dollars, or millions of dollars. In those cases, there's really no easy way
to interpret the suffix, so the general usage was applied.
On Sat, Jan 28, 2017 at 9:18 AM, elandry@
...wrote:
>
> Also, wouldn't it make sense to multiply the first line by 1 if you're
> multiplying the "M" by 1000?
>
> Case UCase(Right(s2, 1)) = "K": s2 = Left(s2, Len(s2) - 1): nMult = 1000
> Case UCase(Right(s2, 1)) = "M": s2 = Left(s2, Len(s2) - 1): nMult = 1000
>
> Or does that introduce problems with other sites?
>
where "K" came up, it only meant actual thousands.
The problem is that some financial statements line items are in thousand of
dollars, or millions of dollars. In those cases, there's really no easy way
to interpret the suffix, so the general usage was applied.
On Sat, Jan 28, 2017 at 9:18 AM, elandry@
...wrote:
>
> Also, wouldn't it make sense to multiply the first line by 1 if you're
> multiplying the "M" by 1000?
>
> Case UCase(Right(
> Case UCase(Right(
>
> Or does that introduce problems with other sites?
>
Sat Jan 28, 2017 9:19 am (PST) . Posted by:
jhfrazer@ymail.com
Welcome back Randy,
I am trying as best I can to use your rchcreatecomment function to access my default stockchart style. I am a member of stockcharts and would like to see this chart for the stocks i have listed in an excel spreadsheet when i mouse over the cells in which your function is listed. (Assume the stock symbols are in Column A, Company Name in Column B and your function is attached to Column C.)The link which stockcharts provides to the chart below for example is;
http://stockcharts.com/h-sc/ui?s=AAPL&p=D&yr=3&mn=0&dy=0&id=p78116736167 http://stockcharts.com/h-sc/ui?s=AAPL&p=D&yr=3&mn=0&dy=0&id=p78116736167
however when i replace aapl with another symbol, or a cell reference fo nflx for example I still get an apple chart. Is there a way to use your function in such a way that I might reach my desired result?
Thank you and I hope you are recovering comfortably,
John
I am trying as best I can to use your rchcreatecomment function to access my default stockchart style. I am a member of stockcharts and would like to see this chart for the stocks i have listed in an excel spreadsheet when i mouse over the cells in which your function is listed. (Assume the stock symbols are in Column A, Company Name in Column B and your function is attached to Column C.)The link which stockcharts provides to the chart below for example is;
http://stockcharts.com/h-sc/ui?s=AAPL&p=D&yr=3&mn=0&dy=0&id=p78116736167 http://stockcharts.com/h-sc/ui?s=AAPL&p=D&yr=3&mn=0&dy=0&id=p78116736167
however when i replace aapl with another symbol, or a cell reference fo nflx for example I still get an apple chart. Is there a way to use your function in such a way that I might reach my desired result?
Thank you and I hope you are recovering comfortably,
John
Sat Jan 28, 2017 9:35 am (PST) . Posted by:
"Randy Harmelink" rharmelink
Not sure what to tell you. I used this formula:
=RCHCreateComment("http://stockcharts.com/c-sc/sc?s=
"&D28&"&p=D&yr=3&mn=0&dy=0&i=p78116736167&r=1485624147024",99,,,1)
When I change the ticker symbol in cell D28, the chart changes.
On Sat, Jan 28, 2017 at 10:19 AM, jhfrazer@
...wrote:
> I am trying as best I can to use your rchcreatecomment function to access
> my default stockchart style. I am a member of stockcharts and would like
> to see this chart for the stocks i have listed in an excel spreadsheet when
> i mouse over the cells in which your function is listed. (Assume the stock
> symbols are in Column A, Company Name in Column B and your function is
> attached to Column C.)The link which stockcharts provides to the chart
> below for example is;
>
> http://stockcharts.com/h-sc/ui?s=AAPL&p=D&yr=3&mn=0&dy=0&id=p78116736167
>
>
> however when i replace aapl with another symbol, or a cell reference fo
> nflx for example I still get an apple chart. Is there a way to use your
> function in such a way that I might reach my desired result?
>
>
> Thank you and I hope you are recovering comfortably,
>
>
> John
>
>
>
>
>
>
=RCHCreateComment("http://stockcharts.com/c-sc/sc?s=
"&D28&"&p=D&yr=3&mn=0&dy=0&i=p78116736167&r=1485624147024",99,,,1)
When I change the ticker symbol in cell D28, the chart changes.
On Sat, Jan 28, 2017 at 10:19 AM, jhfrazer@
...wrote:
> I am trying as best I can to use your rchcreatecomment function to access
> my default stockchart style. I am a member of stockcharts and would like
> to see this chart for the stocks i have listed in an excel spreadsheet when
> i mouse over the cells in which your function is listed. (Assume the stock
> symbols are in Column A, Company Name in Column B and your function is
> attached to Column C.)The link which stockcharts provides to the chart
> below for example is;
>
> http://stockcharts.com/h-sc/ui?s=AAPL&p=D&yr=3&mn=0&dy=0&id=p78116736167
>
>
> however when i replace aapl with another symbol, or a cell reference fo
> nflx for example I still get an apple chart. Is there a way to use your
> function in such a way that I might reach my desired result?
>
>
> Thank you and I hope you are recovering comfortably,
>
>
> John
>
>
>
>
>
>
--------------------------------------------
On Sat, 1/28/17, Randy Harmelink rharmelink@gmail.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] rchcreatecomment and custom stockchart member chart
To: smf_addin@yahoogroups.com
Date: Saturday, January 28, 2017, 7:27 PM
Not sure what to tell you. I used
this formula:
=RCHCreateComment("http://stockcharts.com/c-sc/sc?s="&D28&"&p=D&yr=3&mn=0&dy=0&i=p78116736167&r=1485624147024",99,,,1)
When I change the ticker symbol in
cell D28, the chart changes.
On Sat, Jan 28, 2017 at
10:19 AM, jhfrazer@...wrote:
I am trying as best I can to use your rchcreatecomment
function to access my default stockchart style. I am a
member of stockcharts and would like to see this chart for
the stocks i have listed in an excel spreadsheet when i
mouse over the cells in which your function is listed.
(Assume the stock symbols are in Column A, Company Name in
Column B and your function is attached to Column C.)The link
which stockcharts provides to the chart below for example
is;http://stockcharts.com/h-sc/
ui?s=AAPL&p=
id=p78116736167
however when i replace aapl
with another symbol, or a cell reference fo nflx for example
I still get an apple chart. Is there a way to use your
function in such a way that I might reach my desired result?
Thank you and I hope you are
recovering comfortably,
John
#yiv7609842581 #yiv7609842581 --
#yiv7609842581ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv7609842581 #yiv7609842581ygrp-
border:1px solid #d8d8d8;}
#yiv7609842581 #yiv7609842581ygrp-
color:#628c2a;
0;}
#yiv7609842581 #yiv7609842581ygrp-
margin-bottom:
#yiv7609842581 #yiv7609842581ygrp-
padding:0 0;}
#yiv7609842581 #yiv7609842581ygrp-
margin:0;}
#yiv7609842581 #yiv7609842581ygrp-
color:#0000ff;
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ygrp-
font-family:
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ygrp-
margin:10px
0px;font-weight:
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ygrp-
margin-bottom:
#yiv7609842581 #yiv7609842581actio
font-family:
#yiv7609842581 #yiv7609842581activ
background-color:
#yiv7609842581 #yiv7609842581activ
font-weight:
#yiv7609842581 #yiv7609842581activ
text-transform:
#yiv7609842581 #yiv7609842581activ
color:#5085b6;
#yiv7609842581 #yiv7609842581activ
color:#ff7900;
#yiv7609842581 #yiv7609842581activ
.yiv7609842581under
text-decoration:
#yiv7609842581 .yiv7609842581attac
clear:both;display:
0;width:400px;
#yiv7609842581 .yiv7609842581attac
text-decoration:
#yiv7609842581 .yiv7609842581attac
border:none;
#yiv7609842581 .yiv7609842581attac
display:block;
#yiv7609842581 .yiv7609842581attac
text-decoration:
#yiv7609842581 blockquote {
margin:0 0 0 4px;}
#yiv7609842581 .yiv7609842581bold {
font-family:
#yiv7609842581 .yiv7609842581bold a {
text-decoration:
#yiv7609842581 dd.yiv7609842581las
font-family:
#yiv7609842581 dd.yiv7609842581las
margin-right:
#yiv7609842581 dd.yiv7609842581las
span.yiv7609842581y
margin-right:
#yiv7609842581 div.yiv7609842581at
text-decoration:
#yiv7609842581 div.yiv7609842581at
width:400px;
#yiv7609842581 div.yiv7609842581fi
div.yiv7609842581fi
div.yiv7609842581fi
div.yiv7609842581fi
text-decoration:
#yiv7609842581 div.yiv7609842581ph
#yiv7609842581 div.yiv7609842581ph
#yiv7609842581 div.yiv7609842581ph
#yiv7609842581 div.yiv7609842581ph
text-decoration:
#yiv7609842581 div#yiv7609842581yg
#yiv7609842581ygrp-
font-family:
#yiv7609842581 .yiv7609842581green {
color:#628c2a;
#yiv7609842581 .yiv7609842581MsoNo
margin:0 0 0 0;}
#yiv7609842581 o {
font-size:0;
#yiv7609842581 #yiv7609842581photo
float:left;width:
#yiv7609842581 #yiv7609842581photo
border:1px solid
#666666;height:
#yiv7609842581 #yiv7609842581photo
color:#666666;
#yiv7609842581 #yiv7609842581reco-
font-size:77%
#yiv7609842581 #yiv7609842581reco-
font-size:77%
#yiv7609842581 .yiv7609842581replb
margin:4px;}
#yiv7609842581 #yiv7609842581ygrp-
margin-right:
#yiv7609842581 #yiv7609842581ygrp-
font-size:13px;
sans-serif;}
#yiv7609842581 #yiv7609842581ygrp-
font-size:inherit;
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581 input, #yiv7609842581 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv7609842581 #yiv7609842581ygrp-
code {
font:115% monospace;}
#yiv7609842581 #yiv7609842581ygrp-
line-height:
#yiv7609842581 #yiv7609842581ygrp-
padding-bottom:
#yiv7609842581 #yiv7609842581ygrp-
font-family:
#yiv7609842581 #yiv7609842581ygrp-
p#yiv7609842581atta
color:#1E66AE;
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581reco-
color:#ff7900;
#yiv7609842581 #yiv7609842581ygrp-
margin-bottom:
#yiv7609842581 #yiv7609842581ygrp-
li a {
font-size:130%
#yiv7609842581 #yiv7609842581ygrp-
li {
font-size:77%
#yiv7609842581 #yiv7609842581ygrp-
ul {
margin:0;padding:
#yiv7609842581 #yiv7609842581ygrp-
font-family:
#yiv7609842581 #yiv7609842581ygrp-
margin:0 0 1em 0;}
#yiv7609842581 #yiv7609842581ygrp-
font-size:120%
#yiv7609842581 #yiv7609842581ygrp-
border-right:
}
#yiv7609842581
-a format un cerc al carui scop tinde la deschiderea de scoli romanesti in Basarabia predarea limbii romanesti dezvoltarea gustului pentru literatura romaneasca intr-un cuvant s-a facut primul pas care fatal va duce la antagonism si desigur majoritatea va prefera sa invete in limba materna in cea romaneasca Deci instrainarea de Rusia e inevitabila
--------------------------------------------
On Sat, 1/28/17, charlespineda@yahoo.com [smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] rchcreatecomment and custom stockchart member chart
To: smf_addin@yahoogroups.com
Date: Saturday, January 28, 2017, 10:55 PM
--------------------------------------------
On Sat, 1/28/17, Randy Harmelink rharmelink@gmail.com
[smf_addin] <smf_addin@yahoogroups.com> wrote:
Subject: Re: [smf_addin] rchcreatecomment and custom
stockchart member chart
To: smf_addin@yahoogroups.com
Date: Saturday, January 28, 2017, 7:27 PM
Not sure what to tell you. I used
this formula:
=RCHCreateComment("http://stockcharts.com/c-sc/sc?s="&D28&"&p=D&yr=3&mn=0&dy=0&i=p78116736167&r=1485624147024",99,,,1)
When I change the ticker symbol in
cell D28, the chart changes.
On Sat, Jan 28, 2017 at
10:19 AM, jhfrazer@...wrote:
I am trying as best I can to use your rchcreatecomment
function to access my default stockchart style. I am a
member of stockcharts and would like to see this chart
for
the stocks i have listed in an excel spreadsheet when i
mouse over the cells in which your function is listed.
(Assume the stock symbols are in Column A, Company Name
in
Column B and your function is attached to Column C.)The
link
which stockcharts provides to the chart below for
example
is;http://stockcharts.com/h-sc/
ui?s=AAPL&p=
id=p78116736167
however when i replace aapl
with another symbol, or a cell reference fo nflx for
example
I still get an apple chart. Is there a way to use your
function in such a way that I might reach my desired
result?
Thank you and I hope you are
recovering comfortably,
John
#yiv7609842581 #yiv7609842581 --
#yiv7609842581ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv7609842581 #yiv7609842581ygrp-
border:1px solid #d8d8d8;}
#yiv7609842581 #yiv7609842581ygrp-
color:#628c2a;
0;}
#yiv7609842581 #yiv7609842581ygrp-
{
margin-bottom:
#yiv7609842581 #yiv7609842581ygrp-
padding:0 0;}
#yiv7609842581 #yiv7609842581ygrp-
{
margin:0;}
#yiv7609842581 #yiv7609842581ygrp-
{
color:#0000ff;
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ygrp-
font-family:
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ygrp-
margin:10px
0px;font-weight:
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ygrp-
margin-bottom:
#yiv7609842581 #yiv7609842581actio
font-family:
#yiv7609842581 #yiv7609842581activ
background-color:
#yiv7609842581 #yiv7609842581activ
font-weight:
#yiv7609842581 #yiv7609842581activ
text-transform:
#yiv7609842581 #yiv7609842581activ
color:#5085b6;
#yiv7609842581 #yiv7609842581activ
color:#ff7900;
#yiv7609842581 #yiv7609842581activ
.yiv7609842581under
text-decoration:
#yiv7609842581 .yiv7609842581attac
clear:both;display:
0;width:400px;
#yiv7609842581 .yiv7609842581attac
text-decoration:
#yiv7609842581 .yiv7609842581attac
border:none;
#yiv7609842581 .yiv7609842581attac
display:block;
#yiv7609842581 .yiv7609842581attac
text-decoration:
#yiv7609842581 blockquote {
margin:0 0 0 4px;}
#yiv7609842581 .yiv7609842581bold {
font-family:
#yiv7609842581 .yiv7609842581bold a {
text-decoration:
#yiv7609842581 dd.yiv7609842581las
font-family:
#yiv7609842581 dd.yiv7609842581las
margin-right:
#yiv7609842581 dd.yiv7609842581las
span.yiv7609842581y
margin-right:
#yiv7609842581 div.yiv7609842581at
text-decoration:
#yiv7609842581 div.yiv7609842581at
width:400px;
#yiv7609842581 div.yiv7609842581fi
#yiv7609842581
div.yiv7609842581fi
div.yiv7609842581fi
div.yiv7609842581fi
text-decoration:
#yiv7609842581 div.yiv7609842581ph
#yiv7609842581 div.yiv7609842581ph
#yiv7609842581 div.yiv7609842581ph
#yiv7609842581 div.yiv7609842581ph
text-decoration:
#yiv7609842581 div#yiv7609842581yg
#yiv7609842581ygrp-
{
font-family:
#yiv7609842581 .yiv7609842581green {
color:#628c2a;
#yiv7609842581 .yiv7609842581MsoNo
margin:0 0 0 0;}
#yiv7609842581 o {
font-size:0;
#yiv7609842581 #yiv7609842581photo
float:left;width:
#yiv7609842581 #yiv7609842581photo
border:1px solid
#666666;height:
#yiv7609842581 #yiv7609842581photo
color:#666666;
#yiv7609842581 #yiv7609842581reco-
font-size:77%
#yiv7609842581 #yiv7609842581reco-
font-size:77%
#yiv7609842581 .yiv7609842581replb
margin:4px;}
#yiv7609842581 #yiv7609842581ygrp-
{
margin-right:
#yiv7609842581 #yiv7609842581ygrp-
font-size:13px;
sans-serif;}
#yiv7609842581 #yiv7609842581ygrp-
font-size:inherit;
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581 input, #yiv7609842581 textarea {
font:99% Arial, Helvetica, clean, sans-serif;}
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581
code {
font:115% monospace;}
#yiv7609842581 #yiv7609842581ygrp-
line-height:
#yiv7609842581 #yiv7609842581ygrp-
{
padding-bottom:
#yiv7609842581 #yiv7609842581ygrp-
font-family:
#yiv7609842581 #yiv7609842581ygrp-
p#yiv7609842581atta
color:#1E66AE;
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581reco-
color:#ff7900;
#yiv7609842581 #yiv7609842581ygrp-
margin-bottom:
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ov
li a {
font-size:130%
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ov
li {
font-size:77%
#yiv7609842581 #yiv7609842581ygrp-
#yiv7609842581ov
ul {
margin:0;padding:
#yiv7609842581 #yiv7609842581ygrp-
font-family:
#yiv7609842581 #yiv7609842581ygrp-
margin:0 0 1em 0;}
#yiv7609842581 #yiv7609842581ygrp-
font-size:120%
#yiv7609842581 #yiv7609842581ygrp-
{
border-right:
}
#yiv7609842581
-a format un cerc al carui scop tinde la deschiderea de
scoli romanesti in Basarabia predarea limbii romanesti
dezvoltarea gustului pentru literatura romaneasca intr-un
cuvant s-a facut primul pas care fatal va duce la antagonism
si desigur majoritatea va prefera sa invete in limba materna
in cea romaneasca Deci instrainarea de Rusia e
inevitabila
#yiv3763177579 #yiv3763177579 --
#yiv3763177579ygrp-
border:1px solid #d8d8d8;font-
0;padding:0 10px;}
#yiv3763177579 #yiv3763177579ygrp-
border:1px solid #d8d8d8;}
#yiv3763177579 #yiv3763177579ygrp-
color:#628c2a;
0;}
#yiv3763177579 #yiv3763177579ygrp-
margin-bottom:
#yiv3763177579 #yiv3763177579ygrp-
padding:0 0;}
#yiv3763177579 #yiv3763177579ygrp-
margin:0;}
#yiv3763177579 #yiv3763177579ygrp-
color:#0000ff;
#yiv3763177579 #yiv3763177579ygrp-
#yiv3763177579ygrp-
font-family:
#yiv3763177579 #yiv3763177579ygrp-
#yiv3763177579ygrp-
margin:10px
0px;font-weight:
#yiv3763177579 #yiv3763177579ygrp-
#yiv3763177579ygrp-
margin-bottom:
#yiv3763177579 #yiv3763177579actio
font-family:
#yiv3763177579 #yiv3763177579activ
background-color:
#yiv3763177579 #yiv3763177579activ
font-weight:
#yiv3763177579 #yiv3763177579activ
text-transform:
#yiv3763177579 #yiv3763177579activ
color:#5085b6;
#yiv3763177579 #yiv3763177579activ
color:#ff7900;
#yiv3763177579 #yiv3763177579activ
.yiv3763177579under
text-decoration:
#yiv3763177579 .yiv3763177579attac
clear:both;display: